You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git-chlog doesn't use a stable sorting yet, causing Changelogs to rebuild even when the last changes have been merged. This pollutes GitHub notifications for maintainers, making it hard to detect actionable PR review requests.
Which area does this relate to?
Automation
Solution
Disable changelog workflow on push and use schedule instead.
Why is this needed?
git-chlog doesn't use a stable sorting yet, causing Changelogs to rebuild even when the last changes have been merged. This pollutes GitHub notifications for maintainers, making it hard to detect actionable PR review requests.
Which area does this relate to?
Automation
Solution
Disable changelog workflow on
push
and useschedule
instead.Acknowledgment
The text was updated successfully, but these errors were encountered: