mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
c1a9a36bd2
Ref https://github.com/grafana/grafana-github-actions/pull/53 Ref https://github.com/grafana/grafana-release/issues/60
18 lines
640 B
JSON
18 lines
640 B
JSON
[
|
|
{
|
|
"type": "check-milestone",
|
|
"title": "Milestone Check",
|
|
"targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#assign-a-milestone",
|
|
"success": "Milestone set",
|
|
"failure": "Milestone not set"
|
|
},
|
|
{
|
|
"type": "check-backport",
|
|
"title": "Backport Check",
|
|
"backportEnabled": "Backport enabled",
|
|
"backportSkipped": "Backport skipped",
|
|
"failure": "Backport decision needed",
|
|
"targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#should-the-pull-request-be-backported",
|
|
"skipLabels": [ "backport", "no-backport"]
|
|
}
|
|
] |