Skip to content

[Merged by Bors] - feat(ci): add CI status emoji reactions to Zulip messages#35230

Closed
kim-em wants to merge 2 commits into
leanprover-community:masterfrom
kim-em:kim/zulip-ci-emoji
Closed

[Merged by Bors] - feat(ci): add CI status emoji reactions to Zulip messages#35230
kim-em wants to merge 2 commits into
leanprover-community:masterfrom
kim-em:kim/zulip-ci-emoji

Conversation

@kim-em

@kim-em kim-em commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

This PR extends the emojibot to show CI build status on Zulip messages that mention a PR:

  • 🟡 CI running
  • ✅ CI passed
  • ❌ CI failed

These are independent of the existing PR status emojis (merged, delegated, awaiting-author, etc.) and can coexist with them.

The new zulip_emoji_ci_status.yaml workflow triggers on workflow_run events from both CI workflows. Cancelled runs are ignored (a new run will follow shortly).

🤖 Prepared with Claude Code

Adds a new workflow that reacts to Zulip messages mentioning a PR with
CI status emojis: 🟡 (running), ✅ (success), ❌ (failure). These are
independent of the existing PR status emojis (merged, delegated, etc.).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Feb 13, 2026

Copy link
Copy Markdown

PR summary d037817051

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No declarations were harmed in the making of this PR! 🐙

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions Bot added the CI Modifies the continuous integration setup or other automation label Feb 13, 2026
- Use owner:branch format for PR lookup to avoid matching wrong fork
- Filter by head SHA to prevent stale runs from overwriting newer status
- Handle cancelled runs by clearing the CI emoji instead of skipping
- Improve error handling for gh CLI failures

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bryangingechen

Copy link
Copy Markdown
Contributor

Let's try it out!
Thanks!
bors r+

@mathlib-triage mathlib-triage Bot added the ready-to-merge This PR has been sent to bors. label Feb 13, 2026
mathlib-bors Bot pushed a commit that referenced this pull request Feb 13, 2026
This PR extends the emojibot to show CI build status on Zulip messages that mention a PR:
- 🟡 CI running
- ✅ CI passed
- ❌ CI failed

These are independent of the existing PR status emojis (merged, delegated, awaiting-author, etc.) and can coexist with them.

The new `zulip_emoji_ci_status.yaml` workflow triggers on `workflow_run` events from both CI workflows. Cancelled runs are ignored (a new run will follow shortly).

🤖 Prepared with Claude Code
@mathlib-bors

mathlib-bors Bot commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors Bot changed the title feat(ci): add CI status emoji reactions to Zulip messages [Merged by Bors] - feat(ci): add CI status emoji reactions to Zulip messages Feb 13, 2026
@mathlib-bors mathlib-bors Bot closed this Feb 13, 2026
rao107 pushed a commit to rao107/mathlib4 that referenced this pull request Feb 18, 2026
…-community#35230)

This PR extends the emojibot to show CI build status on Zulip messages that mention a PR:
- 🟡 CI running
- ✅ CI passed
- ❌ CI failed

These are independent of the existing PR status emojis (merged, delegated, awaiting-author, etc.) and can coexist with them.

The new `zulip_emoji_ci_status.yaml` workflow triggers on `workflow_run` events from both CI workflows. Cancelled runs are ignored (a new run will follow shortly).

🤖 Prepared with Claude Code
Maldooor pushed a commit to Maldooor/mathlib4 that referenced this pull request Feb 25, 2026
…-community#35230)

This PR extends the emojibot to show CI build status on Zulip messages that mention a PR:
- 🟡 CI running
- ✅ CI passed
- ❌ CI failed

These are independent of the existing PR status emojis (merged, delegated, awaiting-author, etc.) and can coexist with them.

The new `zulip_emoji_ci_status.yaml` workflow triggers on `workflow_run` events from both CI workflows. Cancelled runs are ignored (a new run will follow shortly).

🤖 Prepared with Claude Code
pfaffelh pushed a commit to pfaffelh/mathlib4 that referenced this pull request Mar 2, 2026
…-community#35230)

This PR extends the emojibot to show CI build status on Zulip messages that mention a PR:
- 🟡 CI running
- ✅ CI passed
- ❌ CI failed

These are independent of the existing PR status emojis (merged, delegated, awaiting-author, etc.) and can coexist with them.

The new `zulip_emoji_ci_status.yaml` workflow triggers on `workflow_run` events from both CI workflows. Cancelled runs are ignored (a new run will follow shortly).

🤖 Prepared with Claude Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Modifies the continuous integration setup or other automation ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants