Skip to content

Commit 49df598

Browse files
committed
Add back check
1 parent fffe9ef commit 49df598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
codex_review:
99
# Run only for trusted contributors
10-
# if: ${{ contains(fromJSON('["OWNER","MEMBER","COLLABORATOR","CONTRIBUTOR"]'), github.event.pull_request.author_association) }}
10+
if: ${{ contains(fromJSON('["OWNER","MEMBER","COLLABORATOR","CONTRIBUTOR"]'), github.event.pull_request.author_association) }}
1111

1212
runs-on: ubuntu-latest
1313
timeout-minutes: 15

0 commit comments

Comments
 (0)