mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
6f658f5aae
* Remove mandatory backport checks * update backporting docs
31 lines
799 B
JSON
31 lines
799 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-changelog",
|
|
"title": "Changelog Check",
|
|
"labels": {
|
|
"exists": "Changelog enabled",
|
|
"notExists": "Changelog decision needed",
|
|
"matches": [
|
|
"add to changelog"
|
|
]
|
|
},
|
|
"breakingChangeLabels": [
|
|
"breaking change"
|
|
],
|
|
"skip": {
|
|
"message": "Changelog skipped",
|
|
"matches": [
|
|
"no-changelog"
|
|
]
|
|
},
|
|
"targetUrl": "https://github.com/grafana/grafana/blob/main/contribute/merge-pull-request.md#include-in-changelog-and-release-notes"
|
|
}
|
|
]
|