Skip to content

Conversation

@zimeg
Copy link
Member

@zimeg zimeg commented Jun 27, 2025

Summary

This PR sends a notification of scheduled failing tests using the new "regression failures" workflow!

Testing

On schedule and according to #1322 🫡

Notes

I plan to test a few combinations in this PR to make sure notifications are sent 🚀 ✨

Category

  • Others

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@zimeg zimeg requested a review from WilliamBergamin June 27, 2025 20:15
@zimeg zimeg self-assigned this Jun 27, 2025
@zimeg zimeg added github_actions Pull requests that update GitHub Actions code tests labels Jun 27, 2025
@codecov
Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.96%. Comparing base (079552d) to head (afad2df).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1323      +/-   ##
==========================================
+ Coverage   90.94%   90.96%   +0.01%     
==========================================
  Files         222      222              
  Lines        7501     7501              
==========================================
+ Hits         6822     6823       +1     
+ Misses        679      678       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

name: Regression notifications
runs-on: ubuntu-latest
needs: build
if: failure() && github.ref == 'refs/heads/zimeg-ci-notifications' && github.event_name != 'workflow_dispatch'
Copy link
Member Author

Choose a reason for hiding this comment

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

📣 workflow_dispatch will not send a notification!

🔗 https://github.com/slackapi/bolt-python/actions/runs/15935708998

Copy link
Contributor

@WilliamBergamin WilliamBergamin left a comment

Choose a reason for hiding this comment

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

Sweet 💯 nice work!!

@zimeg
Copy link
Member Author

zimeg commented Jun 27, 2025

@WilliamBergamin Likewise, thank you for helping in the iterations above 🙏 ✨

I will merge this now but I hope we don't get notifications for this 😉

@zimeg zimeg merged commit d3ca055 into main Jun 27, 2025
14 checks passed
@zimeg zimeg deleted the zimeg-ci-notifications branch June 27, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants