mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
CI: Re-enable milestone-check (#71718)
This will hopefully resolve stuck PRs until we find a better way to disable that check.
This commit is contained in:
parent
91b21680cb
commit
44b55a1ca6
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",
|
||||
"title": "Backport Check",
|
||||
|
Loading…
Reference in New Issue
Block a user