Skip to content

Commit b277277

Browse files
committed
ci(action): auto assign doc reviewer
Signed-off-by: davidko <[email protected]>
1 parent e3d4778 commit b277277

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/auto-assign-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
addAssignees: author
2+
addReviewers: true
3+
numberOfReviewers: 0
4+
reviewers:
5+
- jillian-maroket

.github/workflows/auto-assign.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "[PR Management] Auto Assign"
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, ready_for_review]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
auto-assign:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: rancher/gh-issue-mgr/auto-assign-action@main
15+
with:
16+
configuration-path: .github/auto-assign-config.yaml

0 commit comments

Comments
 (0)