🤖 ci: add config for the auto triaging github action (#234)
This commit is contained in:
parent
e7bbd7004f
commit
0eb21727d8
1 changed files with 11 additions and 0 deletions
11
.github/label-actions.yml
vendored
Normal file
11
.github/label-actions.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
"🚦 status: awaiting triage":
|
||||
issues:
|
||||
comment: >
|
||||
To reduce notifications, issues are locked until they are https://github.com/neon-mmd/websurfx/labels/%F0%9F%8F%81%20status%3A%20ready%20for%20dev and to be assigned. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md
|
||||
lock: true
|
||||
|
||||
"🏁 status: ready for dev":
|
||||
issues:
|
||||
comment: >
|
||||
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md
|
||||
unlock: true
|
Loading…
Add table
Reference in a new issue