[devprod-status-bot] Send alert on CI failures in Version Packages PRs#12371
Merged
petebacondarwin merged 6 commits intomainfrom Feb 3, 2026
Merged
[devprod-status-bot] Send alert on CI failures in Version Packages PRs#12371petebacondarwin merged 6 commits intomainfrom
petebacondarwin merged 6 commits intomainfrom
Conversation
🦋 Changeset detectedLatest commit: 685da3c The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
Claude finished @petebacondarwin's task —— View job Changeset Review
✅ All changesets look good The changeset
|
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
142da6f to
fac180d
Compare
vicb
approved these changes
Feb 3, 2026
Contributor
vicb
left a comment
There was a problem hiding this comment.
Very nice, thanks!
A few nit, if one thing more comments would be great!
Add monitoring for CI check failures on the Version Packages PR (changeset-release/main branch). When a required check fails or times out, an alert is sent to ANT: Alerts Google Chat channel. - Fetches required status checks from GitHub branch protection API - Only alerts on required checks (falls back to all if API fails) - Groups alerts by PR number in the same chat thread - Includes check name, conclusion, duration, and links to check run and PR
Send an alert to the chat when the getRequiredStatusChecks API call fails (e.g., rate limited). This ensures the team is aware of potential issues with the bot's ability to filter alerts correctly.
The contexts field is deprecated in favor of the checks array which provides more granular control. This change prefers the modern checks array while falling back to contexts for backward compatibility.
Change versioning of the devprod-status-bot package from patch to minor.
…mpleted type guard
fac180d to
e88ec07
Compare
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://jira.cfdata.org/browse/DEVX-2403
Adds monitoring for CI check failures on the Version Packages PR (
changeset-release/mainbranch). When a required check fails or times out, an alert is sent to the ANT: Alerts Google Chat channel.Summary
check_runwebhook events withcompletedactionchangeset-release/mainbranch