Skip to content

Commit 0f0558b

Browse files
committed
permissions, label, rule
1 parent 0b5d340 commit 0f0558b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ekline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: EkLine
22
on:
33
pull_request:
44
types: [labeled]
5-
5+
permissions: write-all
66
jobs:
77
test-pr-review:
8-
if: contains(github.event.label.name, 'ekline')
8+
if: contains(github.event.label.name, 'EkLine')
99
name: runner / EkLine Reviewer (github-pr-review)
1010
runs-on: ubuntu-latest
1111
steps:
@@ -17,4 +17,4 @@ jobs:
1717
github_token: ${{ secrets.github_token }}
1818
reporter: github-pr-review
1919
filter_mode: added
20-
# ignore_rule: "EK00001,EK00004" # Optional
20+
ignore_rule: "EK00031" # passive voice

0 commit comments

Comments
 (0)