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 0b5d340 commit 0f0558bCopy full SHA for 0f0558b
.github/workflows/ekline.yml
@@ -2,10 +2,10 @@ name: EkLine
2
on:
3
pull_request:
4
types: [labeled]
5
-
+permissions: write-all
6
jobs:
7
test-pr-review:
8
- if: contains(github.event.label.name, 'ekline')
+ if: contains(github.event.label.name, 'EkLine')
9
name: runner / EkLine Reviewer (github-pr-review)
10
runs-on: ubuntu-latest
11
steps:
@@ -17,4 +17,4 @@ jobs:
17
github_token: ${{ secrets.github_token }}
18
reporter: github-pr-review
19
filter_mode: added
20
- # ignore_rule: "EK00001,EK00004" # Optional
+ ignore_rule: "EK00031" # passive voice
0 commit comments