Skip to content

Commit 592de76

Browse files
committed
make pr commands strict again
1 parent b18577b commit 592de76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-commands.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
repo-token: ${{ secrets.GITHUB_TOKEN }}
5050

5151
style:
52-
# if: ${{ github.event.issue.pull_request && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') && startsWith(github.event.comment.body, '/style') }}
53-
if: ${{ startsWith(github.event.comment.body, '/style') }}
52+
if: ${{ github.event.issue.pull_request && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') && startsWith(github.event.comment.body, '/style') }}
5453
name: style
5554
runs-on: ubuntu-latest
5655
env:

0 commit comments

Comments
 (0)