mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update pending-reviews.yaml
This commit is contained in:
parent
3c7a9933b9
commit
6ab7a2855b
2
.github/workflows/pending-reviews.yaml
vendored
2
.github/workflows/pending-reviews.yaml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
await updateCounter("gh_reviews", URL, "warning", "Pending reviews", issueCount);
|
||||
|
||||
const { data } = await github.rest.search.issuesAndPullRequests({
|
||||
q: `is:open ${repo.map(r => `repo:${r}`).join(" ")}`,
|
||||
q: `is:open ${repos.map(repo => `repo:${repo}`).join(" ")}`,
|
||||
});
|
||||
const blockerCount = data.total_count;
|
||||
await updateCounter("release_blockers", "error", RELEASE_BLOCKERS_URL, "Release Blockers", blockerCount, true);
|
||||
|
Loading…
Reference in New Issue
Block a user