From 1dd68f2d2b9e178b432781cbff9590097cafcc40 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:17:43 +0300 Subject: [PATCH] [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 44b55a1ca66649b37520eb466f61a1eb9697a48b) Co-authored-by: Horst Gutmann --- .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",