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 a063270 commit b56ed00Copy full SHA for b56ed00
.github/workflows/command-block.yml
@@ -12,10 +12,10 @@ permissions:
12
jobs:
13
comment:
14
runs-on: ubuntu-latest
15
+ # If the docs was updated by hustcer, skip the commenting step
16
+ if: ${{!contains(github.event.pull_request.user.login, 'hustcer') }}
17
steps:
18
- uses: actions/[email protected]
- # If the docs was updated by hustcer, skip the commenting step
- if: ${{!contains(github.event.pull_request.body, 'hustcer') }}
19
with:
20
script: |
21
github.rest.issues.createComment({
0 commit comments