Remove mandatory backport checks (#78678)

* Remove mandatory backport checks

* update backporting docs
This commit is contained in:
Josh Hunt
2023-11-28 14:03:32 +00:00
committed by GitHub
parent fc4b0faacd
commit 6f658f5aae
5 changed files with 5 additions and 38 deletions
-19
View File
@@ -6,25 +6,6 @@
"success": "Milestone set",
"failure": "Milestone not set"
},
{
"type": "check-label",
"title": "Backport Check",
"labels": {
"exists": "Backport enabled",
"notExists": "Backport decision needed",
"matches": [
"backport v*"
]
},
"skip": {
"message": "Backport skipped",
"matches": [
"backport",
"no-backport"
]
},
"targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#should-the-pull-request-be-backported"
},
{
"type": "check-changelog",
"title": "Changelog Check",