mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 00:56:03 +02:00
update label rules (#148)
This commit is contained in:
+22
-4
@@ -1,11 +1,22 @@
|
||||
{
|
||||
"version": 3,
|
||||
"configRevision": 2,
|
||||
"configRevision": 3,
|
||||
|
||||
"issue": {
|
||||
"opened": {
|
||||
"processor-default": {
|
||||
"labels-add": [ ":watch: Not Triaged" ]
|
||||
"labeled": {
|
||||
"processor-conditional": {
|
||||
"type": "query",
|
||||
"value": "length(Issue.labels[?contains(name, '/prod') || contains(name, '/tech')]) != `0`",
|
||||
"processors": {
|
||||
"processor-conditional": {
|
||||
"type": "query",
|
||||
"value": "length(Issue.labels[?name == 'doc-enhancement' || name == 'product-question' || name == 'in-progress' || name == 'test-issue' || name == 'kudos' || name == 'loc' || name == 'doc-bug' || name == 'product-feedback' || name == 'code-of-conduct' || name == 'support-request' || name == 'duplicate' || name == 'resolved-by-customer' || name == 'docs-experience' || name == 'doc-provided' || name == 'doc-idea' || name == 'needs-more-info']) != `0`",
|
||||
"actions": {
|
||||
"labels-remove": ":watch: Not Triaged"
|
||||
},
|
||||
"actions-failed": {
|
||||
"labels-add": ":watch: Not Triaged"
|
||||
}
|
||||
},
|
||||
"processor-meta-docs": {
|
||||
"technology": {
|
||||
@@ -31,6 +42,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"opened": {
|
||||
"processor-default": {
|
||||
"labels-add": [ ":watch: Not Triaged" ]
|
||||
}
|
||||
},
|
||||
"closed": {
|
||||
"processor-default": {
|
||||
|
||||
Reference in New Issue
Block a user