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 8c319ca commit f01c64eCopy full SHA for f01c64e
.github/workflows/code-review.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
gpt-review:
13
- if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached
+ # if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached
14
runs-on: ubuntu-latest
15
steps:
16
- uses: anc95/ChatGPT-CodeReview@main
0 commit comments