Skip to content

Commit

Permalink
chore: add a workflow for automatic review
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustmeg committed Apr 24, 2024
1 parent 5ecf813 commit 5cf710a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/automated-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Automated Review Request
on:
pull_request:
types: [opened]

jobs:
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.GITHUB_TOKEN }}

0 comments on commit 5cf710a

Please sign in to comment.