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 6de3229 commit c05591aCopy full SHA for c05591a
.github/workflows/command-block.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
comment:
10
runs-on: ubuntu-latest
11
+ if: ${{!contains(fromJSON('[hustcer]'), github.event.pull_request.user.login)}}
12
steps:
13
- uses: actions/github-script@v7.0.1
14
with:
0 commit comments