Skip to content

Conversation

@suyashgaonkar
Copy link
Contributor

@suyashgaonkar suyashgaonkar commented Mar 11, 2025

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:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@suyashgaonkar suyashgaonkar requested a review from a team as a code owner March 11, 2025 08:30
# [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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"stateful" doesn't make sense as a word. Could it be revised?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 <[email protected]>
@HarithaVattikuti HarithaVattikuti merged commit d4df79c into actions:main Mar 25, 2025
3 checks passed
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 <[email protected]>

---------

Co-authored-by: Loymdayddaud <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants