mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-15 22:21:43 +00:00
Add auto assign reviewer workflow (#346)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
c88a083e04
commit
7aae6264f7
7
.github/auto-assign-config.yaml
vendored
Normal file
7
.github/auto-assign-config.yaml
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
addAssignees: author
|
||||||
|
addReviewers: true
|
||||||
|
numberOfReviewers: 0
|
||||||
|
reviewers:
|
||||||
|
- a110605
|
||||||
|
- houhoucoop
|
||||||
|
- NickChungSUSE
|
||||||
16
.github/workflows/auto-assign-reviewer.yaml
vendored
Normal file
16
.github/workflows/auto-assign-reviewer.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: "[PR Management] Auto Assign Reviewer"
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [opened, ready_for_review]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
auto-assign:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: rancher/gh-issue-mgr/auto-assign-action@main
|
||||||
|
with:
|
||||||
|
configuration-path: .github/auto-assign-config.yaml
|
||||||
Loading…
x
Reference in New Issue
Block a user