Chore: Add PR Check action enforcing backport decision (#43916)

Ref https://github.com/grafana/grafana-github-actions/pull/53
Ref https://github.com/grafana/grafana-release/issues/60
This commit is contained in:
Marcus Efraimsson
2022-01-12 13:09:25 +01:00
committed by GitHub
parent 48ea36630d
commit c1a9a36bd2
3 changed files with 24 additions and 0 deletions
+9
View File
@@ -5,5 +5,14 @@
"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"]
}
]
+2
View File
@@ -4,6 +4,8 @@ on:
types:
- opened
- synchronize
- labeled
- unlabeled
issues:
types:
- milestoned