Skip to content

Commit

Permalink
Create auto-reviewer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyJolli authored Oct 3, 2024
1 parent d1b0089 commit bf19e17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Assign Reviewer Automatically

on:
pull_request:
types: [opened]

jobs:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: Assign reviewer
uses: kentaro-m/auto-assign-action@v1
with:
reviewers: 'JollyJolli'

0 comments on commit bf19e17

Please sign in to comment.