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 62c03a7 commit d9cfba7Copy full SHA for d9cfba7
.github/auto_assign.yml
@@ -0,0 +1,18 @@
1
+# Set to true to add reviewers to pull requests
2
+addReviewers: true
3
+
4
+# Set to true to add assignees to pull requests
5
+addAssignees: author
6
7
+# A list of reviewers to be added to pull requests (GitHub user name)
8
+reviewers:
9
+ - gaius-qi
10
+ - yxxhero
11
+ - chlins
12
+ - CormickKneey
13
+ - jim3ma
14
+ - hyy0322
15
+ - xujihui1985
16
17
+# A number of reviewers added to the pull request
18
+numberOfReviewers: 3
.github/workflows/auto-assign.yml
@@ -0,0 +1,11 @@
+name: "Auto Assign"
+on:
+ pull_request_target:
+ types: [opened, reopened, ready_for_review]
+jobs:
+ add-assignee:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: kentaro-m/auto-assign-action@248761c4feb3917c1b0444e33fad1a50093b9847
0 commit comments