mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[v9.5.x] CI: Re-enable milestone-check (#71722)
CI: Re-enable milestone-check (#71718)
This will hopefully resolve stuck PRs until we find a better way to
disable that check.
(cherry picked from commit 44b55a1ca6
)
Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com>
This commit is contained in:
parent
479b5c0fad
commit
1dd68f2d2b
7
.github/pr-checks.json
vendored
7
.github/pr-checks.json
vendored
@ -1,4 +1,11 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"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-label",
|
"type": "check-label",
|
||||||
"title": "Backport Check",
|
"title": "Backport Check",
|
||||||
|
Loading…
Reference in New Issue
Block a user