Skip to content

Releases: Poorva17/create-pr-action

create-pr-action v2.0

14 Jun 18:06
53aab58

Choose a tag to compare

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

14 Jun 04:37

Choose a tag to compare

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.