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 5ab536d commit 11c5863Copy full SHA for 11c5863
README.md
@@ -51,7 +51,7 @@ on:
51
52
jobs:
53
test:
54
- 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
55
runs-on: ubuntu-latest
56
steps:
57
- uses: anc95/ChatGPT-CodeReview@main
0 commit comments