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 5a60ad6 commit 8c0ba41Copy full SHA for 8c0ba41
.github/workflows/command-block.yml
@@ -12,6 +12,8 @@ permissions:
12
jobs:
13
comment:
14
runs-on: ubuntu-latest
15
+ # If the docs was updated by hustcer, skip the commenting step
16
+ if: ${{github.event.pull_request.user.login != 'hustcer'}}
17
steps:
18
- uses: peter-evans/create-or-update-comment@v4
19
with:
0 commit comments