Skip to content

Commit f01c64e

Browse files
committed
always run code-review
1 parent 8c319ca commit f01c64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
gpt-review:
13-
if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached
13+
# if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: anc95/ChatGPT-CodeReview@main

0 commit comments

Comments
 (0)