Skip to content

create-pr-action v1.0

Choose a tag to compare

@Poorva17 Poorva17 released this 14 Jun 04:37
· 3 commits to main since this release

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.