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 f591492 commit 95cf138Copy full SHA for 95cf138
.github/workflows/ekline.yml
@@ -5,7 +5,7 @@ on:
5
permissions: write-all
6
jobs:
7
test-pr-review:
8
- if: contains(github.event.label.name, 'EkLine')
+ if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'No EkLine') == false
9
name: runner / EkLine Reviewer (github-pr-review)
10
runs-on: ubuntu-latest
11
steps:
@@ -16,5 +16,5 @@ jobs:
16
ek_token: ${{ secrets.ek_token }}
17
github_token: ${{ secrets.github_token }}
18
reporter: github-pr-review
19
- filter_mode: diff_context
+ filter_mode: file
20
ignore_rule: "EK00031" # passive voice
0 commit comments