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 9f36e72 commit 4784132Copy full SHA for 4784132
.github/workflows/pospell.yml
@@ -8,7 +8,9 @@ jobs:
8
fix-spell:
9
name: Fix spelling
10
runs-on: ubuntu-latest
11
- if: ${{ github.event.comment.body == 'pospell-fix'}}
+ if: |
12
+ github.event.comment.body == 'pospell-fix'
13
+ && github.event.issue.pull_request
14
steps:
15
- name: Confirm process
16
uses: actions/github-script@v6
0 commit comments