Move Closed Issue to Top of Project Column
Version updated for https://github.com/wozaki/project-closed-issue-move-to-top-action to version v1.25.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of moving closed issues to the top of a specified column in a GitHub Project V2. It checks if an issue is closed, updates its status to the given column, and ensures that recently closed issues are always visible at the top of the project board. The action supports multiple projects with different configurations using a matrix strategy.
What’s Changed
uses: wozaki/project-closed-issue-move-to-top-action@efa9392d38defad4527f7ef175efca6c268fe119 # v1.25.0
What’s Changed
- fix(deps): update dependency @octokit/plugin-retry to v8.1.1 by @renovate[bot] in https://github.com/wozaki/project-closed-issue-move-to-top-action/pull/180
Full Changelog: https://github.com/wozaki/project-closed-issue-move-to-top-action/compare/v1.24.0...v1.25.0