This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,17 +37,19 @@ jobs: | |
- uses: kachick/[email protected] | ||
with: | ||
base-branch: 'main' | ||
github-token: "${{ secrets.GITHUB_TOKEN }}" | ||
# auto-merge: false # default: true | ||
``` | ||
|
||
## Parameters | ||
|
||
All options should be specified with string. So true/false should be 'true'/'false' | ||
|
||
| name | default | options | description | | ||
| ----------- | ------- | --------------- | ------------------------------------------------------------------------------ | | ||
| base-branch | (null) | e.g 'main' | The branch into which you want updating PR merged | | ||
| auto-merge | 'true' | 'true', 'false' | The updating PR will be auto merged if no change exist even after `dprint fmt` | | ||
| name | default | options | description | | ||
| ------------ | ------- | --------------------------------- | ------------------------------------------------------------------------------ | | ||
| base-branch | (null) | e.g 'main' | The branch into which you want updating PR merged | | ||
| github-token | (null) | e.g "${{ secrets.GITHUB_TOKEN }}" | The token will be used to create PR | | ||
| auto-merge | 'true' | 'true', 'false' | The updating PR will be auto merged if no change exist even after `dprint fmt` | | ||
|
||
## Motivation | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters