Skip to content
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

Remove bot approval workflow failure notifications #824

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

sophiewigmore
Copy link
Member

Summary

Remove failure notifications when PR bot approvals fail. We're getting blown up with these notifications, and we came to a consensus that these failures are not necessary to be notified about.

Failures are due to flakiness in PR artifact upload, which cause the zip file we download in the bot approval workflows to be corrupted. This is a well-documented issue on the github-provided upstream Upload Artifact action. We can look into changing how we do automated PR approvals in a separate issue.

Use Cases

Checklist

  • I have viewed, signed, and submitted the Contributor License Agreement.
  • I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
  • I have added an integration test, if necessary.
  • I have reviewed the styleguide for guidance on my code quality.
  • I'm happy with the commit history on this PR (I have rebased/squashed as needed).

@robdimsdale
Copy link
Member

relevant upstream issue: actions/upload-artifact#156

@robdimsdale robdimsdale enabled auto-merge (rebase) October 3, 2023 19:59
@robdimsdale robdimsdale merged commit 8d36387 into main Oct 3, 2023
4 checks passed
@robdimsdale robdimsdale deleted the remove-bot-approval-failures branch October 3, 2023 20:00
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