Skip to content

Commit

Permalink
Merge pull request #89 from tkt-actions/issue-81/pr-auto-assign
Browse files Browse the repository at this point in the history
feat: add an action to auto assign a reviewer to pr
  • Loading branch information
tktcorporation authored Feb 17, 2022
2 parents 3aff6ef + 38394e5 commit 5cfca2e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
addReviewers: false

addAssignees: true
numberOfAssignees: 1

assignees:
- tktcorporation

skipKeywords:
- wip
10 changes: 10 additions & 0 deletions .github/workflows/pr-auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.1

0 comments on commit 5cfca2e

Please sign in to comment.