Skip to content

Commit

Permalink
chore: update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustmeg committed Apr 24, 2024
1 parent b6ed634 commit 361e21a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ jobs:

- name: Format code with Prettier
run: npm run ci:format

automate-review:
runs-on: ubuntu-latest
steps:
- name: Request Review
uses: octokit/[email protected]
with:
reviewers: stardustmeg, Kleostro, YulikK
pull_request_number: ${{ github.event.pull_request.number }}
repository_token: ${{ secrets.AUTOMATED_REVIEW_TOKEN }}

0 comments on commit 361e21a

Please sign in to comment.