Skip to content

Commit fffe9ef

Browse files
committed
Add back restriction
1 parent f0f6074 commit fffe9ef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr-to-slack-codex.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: PR → Codex review → Slack
22

33
on:
44
pull_request:
5-
types: [opened, reopened, ready_for_review, synchronize]
5+
types: [opened, reopened, ready_for_review]
66

77
jobs:
88
codex_review:
9+
# Run only for trusted contributors
10+
# if: ${{ contains(fromJSON('["OWNER","MEMBER","COLLABORATOR","CONTRIBUTOR"]'), github.event.pull_request.author_association) }}
11+
912
runs-on: ubuntu-latest
1013
timeout-minutes: 15
1114
permissions:

0 commit comments

Comments
 (0)