From a0ac568ea244ecac5aa9fab4ae3b33be3c8a904d Mon Sep 17 00:00:00 2001 From: Luke Tomlinson Date: Wed, 14 Jul 2021 09:20:27 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Geoffrey Testelin --- CHANGELOG.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae27b5e..cd4db208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,21 +22,3 @@ ons/stale/issues/435) [#390](https://github.com/actions/stale/issues/390) ### Breaking Changes ?? - -### Features -[Docs Overhaul](https://github.com/actions/stale/pull/456) - -[Remove Options](https://github.com/actions/stale/pull/457) :warning: Breaking Change :warning: -- Remove `skip-stale-issue-message` and `skip-stale-pr-message` options. -- If you used these options, replace it with an empty string for the options `stale-issue-message` and `stale-pr-message` - -[Output Issues/PRs that are stale](https://github.com/actions/stale/pull/458) - -[Log Grouping](https://github.com/actions/stale/pull/483) - -[Add Custom Labels after Unstale](https://github.com/actions/stale/pull/468) - -Dependency Updates - -### Bug Fixes -[Fix Colored Logs](https://github.com/actions/stale/pull/465)