diff --git a/CHANGELOG.md b/CHANGELOG.md index 7873b58..0764abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve --- +## 3.1 - 11/02/2021 +* Added Option `SKIP_CI` [#6](https://github.com/varunsridharan/action-github-workflow-sync/issues/6) +* Added Option `COMMIT_MESSAGE` to provide custom message by end user [#6](https://github.com/varunsridharan/action-github-workflow-sync/issues/6) + +--- + ## 3.0 - 16/11/2020 * Fully Redeveloped From Base but using NodeJS * Improved performance by 80% diff --git a/README.md b/README.md index 07c1d66..ff1eb7e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ This also isn't limited to Github Action yaml files - another use case could be | `AUTO_CREATE_NEW_BRANCH` | ***false*** | Auto create new brach in a repository if the branch dose not exists | | `COMMIT_EACH_FILE` | ***false*** | if you need to keep track of each file's commit history separate then set it to true | | `PULL_REQUEST` | **false** | Set to `true` if you want the changes to be pushed via pull request. | +| `SKIP_CI` | **false** | Set to `true` if you want skip all automations inside target repository. | +| `COMMIT_MESSAGE` | **false** | You can provide your custom commit message. | ### Personal Access Token Scope #### [Github Personal Token](https://github.com/settings/tokens/new?description=gh-workflow-sync) Is required with the below scope