8000
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 5e8294d commit e97b234Copy full SHA for e97b234
.github/workflows/pospell-on-demand.yml
@@ -2,15 +2,14 @@ name: pospell
2
on:
3
issue_comment:
4
types:
5
+ - edited
6
- created
7
8
jobs:
9
fix-spell:
10
name: Fix spelling
11
runs-on: ubuntu-latest
- if: |
12
- github.event.comment.body == 'run-powrap'
13
- && github.event.issue.pull_request
+ if: ${{ github.event.issue.pull_request && github.event.comment.body == 'pospell-fix' }}
14
steps:
15
- name: Confirmar ejecucion
16
uses: actions/github-script@v6
.github/workflows/pospell.yml
0 commit comments