Update pending-reviews.yaml
This commit is contained in:
parent
22b96e0679
commit
4296005408
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pending-reviews.yaml
vendored
2
.github/workflows/pending-reviews.yaml
vendored
|
@ -87,4 +87,4 @@ jobs:
|
||||||
q: `is:open ${repos.map(repo => `repo:${repo}`).join(" ")} label:X-Release-Blocker`,
|
q: `is:open ${repos.map(repo => `repo:${repo}`).join(" ")} label:X-Release-Blocker`,
|
||||||
});
|
});
|
||||||
const blockerCount = data.total_count;
|
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);
|
||||||
|
|
Loading…
Reference in a new issue