Skip to content
Compare
Choose a tag to compare
@BobAnkh BobAnkh released this 25 Sep 02:41
· 11 commits to master since this release
de6c43a

New Feature:

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