Cleanup Redundant PRs and Branches from CD Automation
Version updated for https://github.com/GlueOps/github-actions-cleanup-redundant-cd-prs to version v1.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the cleanup of redundant pull requests and their associated branches created during Continuous Deployment workflows, particularly in scenarios where multiple releases are generated but only the latest one is approved. It eliminates the need for manual intervention by automatically closing outdated pull requests and deleting unnecessary branches, helping maintain a cleaner repository and reducing workflow clutter.
Release notes
What’s Changed
Breaking Changes 🛠
- breaking: the dependency
actions/checkouthas been updated to a new major version (v6), which may include breaking changes. #major by @public-glueops-renovatebot[bot] in https://github.com/GlueOps/github-actions-cleanup-redundant-cd-prs/pull/36
Other 🐛
- chore(pindigest): update glueops/github-workflows to 536dd7b #patch by @public-glueops-renovatebot[bot] in https://github.com/GlueOps/github-actions-cleanup-redundant-cd-prs/pull/39
Full Changelog: https://github.com/GlueOps/github-actions-cleanup-redundant-cd-prs/compare/v0.7.0...v1.0.0