mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
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`,
|
||||
});
|
||||
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