Below you will find pages that utilize the taxonomy term “devopspolis”
December 31, 2025
Create Hotfix Branch
Version updated for https://github.com/devopspolis/create-hotfix-branch to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The create-hotfix-branch GitHub Action automates the creation of a hotfix branch by cherry-picking commits labeled “hotfix” from a specified range of release tags. It ensures that the version tag exists, identifies the base release, filters relevant commits, and creates a new branch with those changes, optionally pushing it to a remote repository.
December 30, 2025
Get Commits by PR Label
Version updated for https://github.com/devopspolis/git-matching-commits to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The git-matching-commits GitHub Action automates the process of identifying commits between two git references (e.g., tags, branches, SHAs) that are associated with Pull Requests containing specific GitHub labels. It supports both merge and squash commit workflows, ensuring that only commits tied to labeled PRs are included.
December 7, 2025
Build and publish docker image to Amazon ECR
Version updated for https://github.com/devopspolis/build-docker-image to version v0.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Initial Release