Skip to content

Commit

Permalink
auto review action init
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Minko committed May 10, 2024
1 parent 97513a0 commit cd533e4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/review-comments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
pull_request:
branches:
- main

jobs:
review:
name: Post review comments
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: pull-request-auto-reviewer
uses: pshergie/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
datapath: docs/review-comments-data.yml
7 changes: 7 additions & 0 deletions docs/review-comments-data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- paths: '**/*.*'
message: |
Self-review checklist (mark all items after checking them):
- [ ] Don’t rush. Check all changes in PR again.
- [ ] Run `pnpm test`.
- [ ] No new errors and warning in the browser console.

0 comments on commit cd533e4

Please sign in to comment.