generated from cloudposse-github-actions/composite-template
-
-
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
1 parent
e125998
commit c11ab1d
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -142,9 +142,11 @@ it to the main branch. | |
| commit\_author | The author to use when committing changes. | readme-action 📖 <[email protected]> | false | | ||
| commit\_message | The commit message to use when committing changes. | chore: update README.md | false | | ||
| commit\_method | The method to apply changes. Can be either 'commit' or 'pr'. | commit | true | | ||
| commit\_push\_options | The push options to use when committing changes. Use --force-with-lease to avoid overwriting changes when pushing<br>to a protected branch using admin or bypass privileges. See https://git-scm.com/docs/git-push#\_options for more.<br> | | false | | ||
| commit\_user\_email | The user email to use when committing changes. | [email protected] | false | | ||
| commit\_user\_name | The user name to use when committing changes. | readme-action 📖 | false | | ||
| pr\_base\_branch | Repo default base-branch for Pull Requests (when commit\_method: pr) | | false | | ||
| pr\_branch | Branch to create Pull Requests from (when commit\_method: pr). Suggest using a protected branch for auto-merge capabilities. | auto-update/readme | false | | ||
| pr\_labels | Whitespace-separated list of labels to apply to Pull Requests (when commit\_method: pr) | auto-update<br>no-release<br>readme<br> | false | | ||
| pr\_title | The title to use when creating a Pull Request (when commit\_method: pr) | Update README.md and docs | false | | ||
| readme\_enabled | Enable README generation | true | false | | ||
|