Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated actions/stale action #4553

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

Sebastian-Webster
Copy link
Contributor

Updated actions/stale action

The current version of actions/stale being used (v3) has been superseded by v9. The notable changes between v3 and v9 are:

  • Upgraded Node.js from 12 -> 20
  • If an issue is closed, it is now closed as not_plannedinstead of completed
  • The action is now stateful, meaning that if the action ends because of operations-per-run then the next run will start from the first unprocessed issue and skip the issues processed during the previous run(s). The state will be reset when all the issues are processed

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

@junedchhipa junedchhipa merged commit aa0c389 into apexcharts:main Jul 4, 2024
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.

2 participants