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 05557fe commit 17ecaeeCopy full SHA for 17ecaee
.github/workflows/ekline.yml
@@ -7,7 +7,7 @@ on:
7
permissions: write-all
8
jobs:
9
test-pr-review:
10
- if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'No EkLine') == false
+ if: contains(github.event.label.name, 'EkLine')
11
name: runner / EkLine Reviewer (github-pr-review)
12
runs-on: ubuntu-latest
13
steps:
0 commit comments