Add to Docs squad project when PRs are labelled with type/docs (#64285)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2023-03-07 10:53:03 +00:00
committed by GitHub
parent 9d9421154e
commit 7211422850
+8
View File
@@ -190,5 +190,13 @@
"ignoreList": ["renovate[bot]","dependabot[bot]"],
"action": "updateLabel",
"addLabel": "pr/external"
},
{
"type":"label",
"name":"type/docs",
"action":"addToProject",
"addToProject":{
"url":"https://github.com/orgs/grafana/projects/69"
}
}
]