We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18577b commit 592de76Copy full SHA for 592de76
.github/workflows/pr-commands.yaml
@@ -49,8 +49,7 @@ jobs:
49
repo-token: ${{ secrets.GITHUB_TOKEN }}
50
51
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') }}
+ if: ${{ github.event.issue.pull_request && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') && startsWith(github.event.comment.body, '/style') }}
54
name: style
55
runs-on: ubuntu-latest
56
env:
0 commit comments