Releases: Poorva17/create-pr-action
Releases · Poorva17/create-pr-action
create-pr-action v2.0
Github action which automatically creates PR to keep two branches in sync. Both branch names to raise PR from and against are configurable.
create-pr-action v1.0
This is the first release for create-pr-action.
It's Github Action essentially provides automated way to create pr from one branch against another branch (only if there is diff between branches) to keep two branches in sync.
Feature: Both branch names are configurable using env variables.
Primary use case: hotfixes in release branch needs to be sync in main/master branch.