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.