Enable changelog updates in groundskeeper workflow#975
Conversation
PR HealthUnused Dependencies ✔️
For details on how to fix these, see dependency_validator. This check can be disabled by tagging the PR with Breaking changes ✔️
This check can be disabled by tagging the PR with API leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
This check can be disabled by tagging the PR with Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with Coverage ✔️
This check for test coverage is informational (issues shown here will not fail the PR). This check can be disabled by tagging the PR with License Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
This check can be disabled by tagging the PR with |
|
I tend to omit stuff from the changelog when it's not user facing. I think we expect automated changes like that to have no impact on end users, and it's better to optimize for that case than to add changelog entries in case an automated fix happens to be unexpectedly breaking. |
|
Ok, sounds good to me. |
Ported changes from labs groundskeeper workflow to enable changelog updates with a default message.