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 8551b3c commit 8c10ffcCopy full SHA for 8c10ffc
.owners.yml
@@ -1,7 +1,7 @@
1
# assign issues to owners automatically
2
assign:
3
- issues: disabled # or disabled
4
- pull_requests: disabled # or disabled
+ issues: enabled # or disabled
+ pull_requests: enabled # or disabled
5
# assign strategy, both issues and pull requests follow the same strategy
6
strategy:
7
# random
@@ -10,11 +10,11 @@ assign:
10
scedule:
11
'*/1 * * * *'
12
# assignees
13
- assignees:
14
- - LeoXing1996
15
- - zengyh1900
16
- - plyfager
17
- - liuwenran
18
- - Z-Fran
19
20
+ # assignees:
+ # - LeoXing1996
+ # - zengyh1900
+ # - plyfager
+ # - liuwenran
+ # - Z-Fran
0 commit comments