Conversation
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4910 +/- ##
==========================================
+ Coverage 73.85% 73.88% +0.02%
==========================================
Files 494 494
Lines 17868 17868
Branches 3509 3509
==========================================
+ Hits 13197 13202 +5
+ Misses 3815 3807 -8
- Partials 856 859 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It doesn't look like there's any way to configure the danger action to skip the changelog check. They don't appear to be using this workflow at all in the Python repository. I think we need to remove it. The only question then is if we can recreate some of the checks that were actually valuable from that workflow. 3 of these 4 checks are probably still useful. We could copy this action into our own repo so that we could use our own |
Now with #4818, which should automatically generate
CHANGELOGentries on release (via the PR title or a section in the PR description, we want to disable the changelog-validation of our danger action / workflow.For example, #4899 still asks us to
Please consider adding a changelog entry for the next release..