From 50125be254ca761043a67c71999ee1d90f9ed372 Mon Sep 17 00:00:00 2001 From: Luke Tomlinson Date: Wed, 14 Jul 2021 09:21:20 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Geoffrey Testelin --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 449685519..f32270ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,4 +18,5 @@ Starting in version 4.0.0 we will maintain a changelog ### Breaking Changes -?? +* The options `skip-stale-issue-message` and `skip-stale-pr-message` were removed. Instead, setting the options `stale-issue-message` and `stale-pr-message` will be enough to let the stale workflow add a comment. If the options are unset, a comment will be added which was the equivalent of setting `skip-stale-issue-message` at `false`. +* The `operations-per-run` option will be more effective. After migrating, you could face a failed-fast process workflow if you let the default value (30) or set it to a small number. In that case, you will see a warning at the end of the logs (if enabled) indicating that the workflow was stopped sooner to avoid consuming too much API calls. In most cases, you can just increase this limit to make sure to process everything in a single run.