Updates to CHANGELOG.MD for recent releases#1224
Merged
HarithaVattikuti merged 2 commits intoactions:mainfrom Mar 25, 2025
Merged
Updates to CHANGELOG.MD for recent releases#1224HarithaVattikuti merged 2 commits intoactions:mainfrom
HarithaVattikuti merged 2 commits intoactions:mainfrom
Conversation
TheGiraffe3
reviewed
Mar 11, 2025
| # [9.0.0] | ||
|
|
||
| ## Breaking Changes | ||
| 1. Action is now stateful: If the action ends because of [operations-per-run](https://github.com/actions/stale#operations-per-run) then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs. |
Contributor
There was a problem hiding this comment.
"stateful" doesn't make sense as a word. Could it be revised?
Contributor
Author
There was a problem hiding this comment.
Hi @TheGiraffe3 , the term "stateful" refers to remembering information about past interactions or transactions and using that information to influence future interactions. This applies to the operations-per-run parameter mentioned in the release notes for version 9 of actions/stale, which helps to determine the next issue to be processed in the next workflow run based on the last issue processed in the previous run. You can refer to the following url for more details
Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
mahabaleshwars
approved these changes
Mar 12, 2025
TheGiraffe3
approved these changes
Mar 19, 2025
aparnajyothi-y
approved these changes
Mar 19, 2025
HarithaVattikuti
approved these changes
Mar 25, 2025
jayudey-wf
pushed a commit
to jayudey-wf/stale
that referenced
this pull request
Dec 4, 2025
* changes to CHANGELOG.MD * Updated the changes Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --------- Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
It was observed that the CHANGELOG.MD file was not updated for the recent releases. This PR includes changes to the CHANGELOG.MD file to reflect the recent releases (actions/stale v8 and v9).
Related issue:
Following is the related issue #1101
Check list: