Skip to content

Conversation

@NicoHinderling
Copy link
Contributor

@NicoHinderling NicoHinderling commented Jan 23, 2026

Before approval (note "approve" button):
image

After approval and refresh that is subsequently triggered:
image

Copy link
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 23, 2026
@NicoHinderling NicoHinderling marked this pull request as ready for review January 23, 2026 00:16
@NicoHinderling NicoHinderling requested a review from a team as a code owner January 23, 2026 00:16
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_github_webhook_handler_for_size_approve_action branch from 1390e38 to 1b9592a Compare January 23, 2026 17:53
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_approve_action_into_github_status_check_for_size branch from 615b1f2 to a612f47 Compare January 23, 2026 17:53
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_approve_action_into_github_status_check_for_size branch from a612f47 to cd2e8cc Compare January 23, 2026 18:00
if triggered_rules:
failed_artifact_ids = {tr.artifact_id for tr in triggered_rules}
failed_artifacts = [a for a in artifacts if a.id in failed_artifact_ids]
passed_artifacts = [a for a in artifacts if a.id not in failed_artifact_ids]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @mtopo27 is planning to do some more UI cleanup to our status checks but I was doing some testing and mostly made changes to make sure the current UI at least makes sense (no redundant titles, the # above the table matches the number of rows in the table, etc)

@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_approve_action_into_github_status_check_for_size branch from cd2e8cc to cc51a1f Compare January 23, 2026 18:10
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_github_webhook_handler_for_size_approve_action branch from 668e3b2 to f8dc4af Compare January 23, 2026 18:10
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_github_webhook_handler_for_size_approve_action branch from d41d978 to 4e90e3c Compare January 23, 2026 18:29
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_approve_action_into_github_status_check_for_size branch from cc51a1f to 84f1ad1 Compare January 23, 2026 18:29
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_approve_action_into_github_status_check_for_size branch from 84f1ad1 to 9163387 Compare January 23, 2026 18:37
@NicoHinderling NicoHinderling force-pushed the 01-22-chore_preprod_add_github_webhook_handler_for_size_approve_action branch from 4e90e3c to 3a9ab9f Compare January 23, 2026 18:37
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants