Skip to content

Commit

Permalink
Automatically request review for new PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l authored Jun 21, 2024
1 parent 2454cff commit d12685e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Assign Reviewer to PR

on:
pull_request:
types: [opened]

jobs:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: Assign reviewer
uses: kentaro-m/[email protected]
with:
reviewers: 'e5l'
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit d12685e

Please sign in to comment.