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 f33a3b3 commit f0d6e02Copy full SHA for f0d6e02
.github/auto_assign.yml
@@ -1 +1,8 @@
1
addAssignees: author
2
+addReviewers: true
3
+
4
+reviewers:
5
+ - GomHyeok
6
+ - TTOzzi
7
8
+numberOfReviewers: 0
.github/workflows/auto-assign.yml
@@ -5,6 +5,8 @@ on:
jobs:
assign:
+ name: Auto assign
9
runs-on: ubuntu-latest
10
steps:
- - uses: kentaro-m/[email protected]
11
+ - name: Auto assign
12
+ uses: kentaro-m/[email protected]
0 commit comments