From 44b55a1ca66649b37520eb466f61a1eb9697a48b Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Mon, 17 Jul 2023 11:07:46 +0200 Subject: [PATCH] CI: Re-enable milestone-check (#71718) This will hopefully resolve stuck PRs until we find a better way to disable that check. --- .github/pr-checks.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pr-checks.json b/.github/pr-checks.json index c83abb0db84..fec10a1201d 100644 --- a/.github/pr-checks.json +++ b/.github/pr-checks.json @@ -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",