mirror of
https://github.com/actions/stale.git
synced 2025-12-29 20:37:30 +08:00
2.5 KiB
2.5 KiB
Changelog
Starting in version 4.0.0 we will maintain a changelog
4.0.0 (2021-06-18)
Features
- options: add new options to avoid stale base on comments (#494) (1efddcb), closes #441 #470 [#435](https://github.com/acti ons/stale/issues/435) #390
- options: simplify config by removing skip stale message options (#457) (6ec637d), closes #405 #455
- output: print output parameters (#458) (3e6d35b)
Bug Fixes
- dry-run: forbid mutations in dry-run (#500) (f1017f3), closes #499
- logs: coloured logs (#465) (5fbbfba)
- operations: fail fast the current batch to respect the operations limit (#474) (5f6f311), closes #466
Breaking Changes
??
Features
Remove Options ⚠️ Breaking Change ⚠️
- Remove
skip-stale-issue-messageandskip-stale-pr-messageoptions. - If you used these options, replace it with an empty string for the options
stale-issue-messageandstale-pr-message
Output Issues/PRs that are stale
Add Custom Labels after Unstale
Dependency Updates