FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: add script to check CI org wide by evenstensberg · Pull Request #30 · webpack/.github · GitHub

feat: add script to check CI org wide - #30

Open
evenstensberg wants to merge 3 commits into
mainfrom
audit
Open

feat: add script to check CI org wide#30
evenstensberg wants to merge 3 commits into
mainfrom
audit

Conversation

evenstensberg commented Aug 24, 2026
edited
Loading

Copy link
Copy Markdown
Member

A little script to monitor our CI statuses organization wide. Useful in terms of dependency updates that fails our pipeline sometimes, and other commits such as release, which we need to look into independently.

Unsure where we should place this script, it's an infrastructure utility not related to our internal tooling around webpack itself.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
evenstensberg requested a review from a team August 24, 2026 15:07

Copy link
Copy Markdown
Member Author

Some parts are still flaky, drafting until the results are precise without defaulting to failure on un-deterministic states.

evenstensberg marked this pull request as draft August 24, 2026 18:06
Only report a repository green when it can actually be verified: retry and
detect API errors, paginate check runs, pin every request to one head SHA,
keep the newest run per workflow/check, skip Dependabot dynamic runs, and
report unverifiable repositories instead of rounding them up to a pass.
Scan repositories in parallel and add ORG/JOBS/filter knobs.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
evenstensberg marked this pull request as ready for review August 24, 2026 18:46

Copy link
Copy Markdown
Member Author

PTAL!

Copy link
Copy Markdown
Member Author

CC @Starefossen might be useful for NAV? Feel free to copy + adapt 😃

Starefossen commented Aug 24, 2026
edited
Loading

Copy link
Copy Markdown

Oh, this is super interesting! Will definitely check this out! Wondering if GitHub will break when I run it over our 9k repos 😂

Read the push time from the repository activity log, which records when the
branch head actually moved, and show it with a relative age beside the CI
verdict. Fall back to the head commit's date only when the activity log is
unavailable, marked with "~" so a rebase or imported commit is not mistaken
for a recent push; the repository-level pushed_at is not used, since it
counts pushes to any branch.

Route every per-repository verdict through a single emit helper so the added
field stays consistent across all exit paths.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL