Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
0eb2172
1
Parent(s):
e7bbd70
π€ ci: add config for the auto triaging github action (#234)
Browse files- .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
|