mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
19 lines
394 B
YAML
19 lines
394 B
YAML
# assign issues to owners automatically
|
|
assign:
|
|
issues: enabled # or disabled
|
|
pull_requests: enabled # or disabled
|
|
# assign strategy, both issues and pull requests follow the same strategy
|
|
strategy:
|
|
# random
|
|
# round-robin
|
|
daily-shift-based
|
|
schedule:
|
|
'*/1 * * * *'
|
|
# assignees
|
|
assignees:
|
|
- mzr1996
|
|
- tonysy
|
|
- Ezra-Yu
|
|
- techmonsterwang
|
|
- yingfhu
|