We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffe9ef commit 49df598Copy full SHA for 49df598
.github/workflows/pr-to-slack-codex.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
codex_review:
9
# Run only for trusted contributors
10
- # if: ${{ contains(fromJSON('["OWNER","MEMBER","COLLABORATOR","CONTRIBUTOR"]'), github.event.pull_request.author_association) }}
+ if: ${{ contains(fromJSON('["OWNER","MEMBER","COLLABORATOR","CONTRIBUTOR"]'), github.event.pull_request.author_association) }}
11
12
runs-on: ubuntu-latest
13
timeout-minutes: 15
0 commit comments