Skip to content

Commit 76c8c0c

Browse files
V 3.1 is ready
1 parent 11b5ac9 commit 76c8c0c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
66

77
---
88

9+
## 3.1 - 11/02/2021
10+
* Added Option `SKIP_CI` [#6](https://github.com/varunsridharan/action-github-workflow-sync/issues/6)
11+
* Added Option `COMMIT_MESSAGE` to provide custom message by end user [#6](https://github.com/varunsridharan/action-github-workflow-sync/issues/6)
12+
13+
---
14+
915
## 3.0 - 16/11/2020
1016
* Fully Redeveloped From Base but using NodeJS
1117
* Improved performance by 80%

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This also isn't limited to Github Action yaml files - another use case could be
2626
| `AUTO_CREATE_NEW_BRANCH` | ***false*** | Auto create new brach in a repository if the branch dose not exists |
2727
| `COMMIT_EACH_FILE` | ***false*** | if you need to keep track of each file's commit history separate then set it to true |
2828
| `PULL_REQUEST` | **false** | Set to `true` if you want the changes to be pushed via pull request. |
29+
| `SKIP_CI` | **false** | Set to `true` if you want skip all automations inside target repository. |
30+
| `COMMIT_MESSAGE` | **false** | You can provide your custom commit message. |
2931

3032
### Personal Access Token Scope
3133
#### [Github Personal Token](https://github.com/settings/tokens/new?description=gh-workflow-sync) <small> Is required with the below scope </small>

0 commit comments

Comments
 (0)