-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(preprod): Add approve action into github status check for size #106852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 01-22-chore_preprod_add_github_webhook_handler_for_size_approve_action
Are you sure you want to change the base?
Conversation
|
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.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1390e38 to
1b9592a
Compare
615b1f2 to
a612f47
Compare
a612f47 to
cd2e8cc
Compare
| 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] |
There was a problem hiding this comment.
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)
cd2e8cc to
cc51a1f
Compare
668e3b2 to
f8dc4af
Compare
d41d978 to
4e90e3c
Compare
cc51a1f to
84f1ad1
Compare
84f1ad1 to
9163387
Compare
4e90e3c to
3a9ab9f
Compare
There was a problem hiding this 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.

Before approval (note "approve" button):

After approval and refresh that is subsequently triggered:
