Auto assign PR Maintainer (#20020)

* Auto assign PR Maintainer

* Update AssignPrs.yml
This commit is contained in:
Travis Plunk 2023-07-24 15:52:36 -07:00 committed by GitHub
parent a6d2ab1ec4
commit 8a89fad7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/workflows/AssignPrs.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Auto Assign PR Maintainer
on:
pull_request:
types: [opened, edited]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# using the `org/team_slug` or `/team_slug` syntax to add git team as reviewers
assignees: |
TravisEz13
daxian-dbw
adityapatwardhan
iSazonov
SeeminglyScience
skipDraft: true
skipKeywords: wip, draft
addReviewers: false
numberOfAssignees: 1