Update pending-reviews.yaml

This commit is contained in:
Michael Telatynski
2023-05-30 12:22:17 +01:00
committed by GitHub
parent 22b96e0679
commit 4296005408

View File

@@ -87,4 +87,4 @@ jobs:
q: `is:open ${repos.map(repo => `repo:${repo}`).join(" ")} label:X-Release-Blocker`,
});
const blockerCount = data.total_count;
await updateCounter("release_blockers", RELEASE_BLOCKERS_URL, "error", "Release Blockers", blockerCount, true);
await updateCounter("release_blockers", RELEASE_BLOCKERS_URL, "alert", "Release Blockers", blockerCount, true);