Updates to CHANGELOG.MD for recent releases by suyashgaonkar · Pull Request #1224 · actions/stale (original) (raw)
Conversation
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.
| # [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. |
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?
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 145969603+TheGiraffe3@users.noreply.github.com
jayudey-wf pushed a commit to jayudey-wf/stale that referenced this pull request
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
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
[ Show hidden characters]({{ revealButtonHref }})