New Feature:
- Split param
PATH
intoPATH
andBRANCH
: you can specify which file path inPATH
param and which branch to update changes inBRANCH
param. - Add new param
PULL_REQUEST
, which must be used together with paramBRANCH
. Default set to''
means not to open a pull request. You can set a target branch name inPULL_REQUEST
that is different withBRANCH
so that to do the following things:- Commit changes(if have) to file specified in
PATH
inBRANCH
(if not set means default branch) - If
PULL_REQUEST
set to a different branch withBRANCH
then a new pull request will be opened.
- Commit changes(if have) to file specified in