-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maksim Minko
committed
May 10, 2024
1 parent
97513a0
commit cd533e4
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |