-
Notifications
You must be signed in to change notification settings - Fork 3
Enable EkLine in repo #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0b5d340
0f0558b
f5c88d6
0fabad9
68a632c
d26277e
bf830c8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: EkLine | ||
on: | ||
pull_request: | ||
types: [labeled] | ||
permissions: write-all | ||
jobs: | ||
test-pr-review: | ||
if: contains(github.event.label.name, 'EkLine') | ||
name: runner / EkLine Reviewer (github-pr-review) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: ekline-io/ekline-github-action@v6 | ||
with: | ||
content_dir: ./fern/docs/pages | ||
ek_token: ${{ secrets.ek_token }} | ||
github_token: ${{ secrets.github_token }} | ||
reporter: github-pr-review | ||
filter_mode: diff_context | ||
ignore_rule: "EK00031" # passive voice |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [EkLine] reported by reviewdog 🐶
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using 'team member' instead of 'agent'. (EK25033)
fern-api-docs/fern/docs/pages/plug-sdk/methods.mdx
Line 7 in d26277e