Skip to content

Commit 95cf138

Browse files
run EkLine on all PRs (#129)
* Revert "Update ekline.yml (#104)" This reverts commit 17ecaee. * check file --------- Co-authored-by: Atul-Butola <137884145+Atul-Butola@users.noreply.github.com>
1 parent f591492 commit 95cf138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ekline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
permissions: write-all
66
jobs:
77
test-pr-review:
8-
if: contains(github.event.label.name, 'EkLine')
8+
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'No EkLine') == false
99
name: runner / EkLine Reviewer (github-pr-review)
1010
runs-on: ubuntu-latest
1111
steps:
@@ -16,5 +16,5 @@ jobs:
1616
ek_token: ${{ secrets.ek_token }}
1717
github_token: ${{ secrets.github_token }}
1818
reporter: github-pr-review
19-
filter_mode: diff_context
19+
filter_mode: file
2020
ignore_rule: "EK00031" # passive voice

0 commit comments

Comments
 (0)