We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d4778 commit b277277Copy full SHA for b277277
.github/auto-assign-config.yaml
@@ -0,0 +1,5 @@
1
+addAssignees: author
2
+addReviewers: true
3
+numberOfReviewers: 0
4
+reviewers:
5
+- jillian-maroket
.github/workflows/auto-assign.yaml
@@ -0,0 +1,16 @@
+name: "[PR Management] Auto Assign"
+
+on:
+ pull_request_target:
+ 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