We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe2dfa1 + 6027f07 commit e55deb3Copy full SHA for e55deb3
1 file changed
.github/workflows/codex-review.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
codex-review:
9
- if: github.event.pull_request.draft == false or (github.event.action == 'labeled' and contains(github.event.pull_request.labels.*.name, 'codex'))
+ if: github.event.pull_request.draft == false or contains(github.event.pull_request.labels.*.name, 'codex')
10
runs-on: ubuntu-latest
11
permissions:
12
contents: read
0 commit comments