neon_arch commited on
Commit
0eb2172
β€’
1 Parent(s): e7bbd70

πŸ€– ci: add config for the auto triaging github action (#234)

Browse files
Files changed (1) hide show
  1. .github/label-actions.yml +11 -0
.github/label-actions.yml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "🚦 status: awaiting triage":
2
+ issues:
3
+ comment: >
4
+ 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
5
+ lock: true
6
+
7
+ "🏁 status: ready for dev":
8
+ issues:
9
+ comment: >
10
+ 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
11
+ unlock: true