mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
Auto assign PR Maintainer (#20020)
* Auto assign PR Maintainer * Update AssignPrs.yml
This commit is contained in:
parent
a6d2ab1ec4
commit
8a89fad7df
22
.github/workflows/AssignPrs.yml
vendored
Normal file
22
.github/workflows/AssignPrs.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user