Skip to content

Commit

Permalink
✨ feat: Implement auto reviewer list for new pr with GitHub Actions
Browse files Browse the repository at this point in the history
This commit introduces a new feature where new pull requests are automatically assigned to reviewers using GitHub Actions. An auto_be_reviewer.yml configuration file has been created for this purpose. This will streamline the management of pull requests.

Related Issue: #12
  • Loading branch information
yuminn-k authored Jan 29, 2024
1 parent 1e60645 commit f043c17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/auto_be_reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
addReviewers: true
addAssignees: false
numberOfReviewers: 1
useReviewGroups: true
reviewGroups:
OKURA_BE:
- yuminn-k
- Z00One
- Regulus0811

0 comments on commit f043c17

Please sign in to comment.