Skip to content

Commit 0b5d340

Browse files
authored
Create ekline.yml
1 parent de02f05 commit 0b5d340

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ekline.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: EkLine
2+
on:
3+
pull_request:
4+
types: [labeled]
5+
6+
jobs:
7+
test-pr-review:
8+
if: contains(github.event.label.name, 'ekline')
9+
name: runner / EkLine Reviewer (github-pr-review)
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: ekline-io/ekline-github-action@v6
14+
with:
15+
content_dir: ./src/docs
16+
ek_token: ${{ secrets.ek_token }}
17+
github_token: ${{ secrets.github_token }}
18+
reporter: github-pr-review
19+
filter_mode: added
20+
# ignore_rule: "EK00001,EK00004" # Optional

0 commit comments

Comments
 (0)