Skip to content

Commit c11ab1d

Browse files
committed
chore: update README.md
1 parent e125998 commit c11ab1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/banner.png

6.69 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@ it to the main branch.
142142
| commit\_author | The author to use when committing changes. | readme-action 📖 <[email protected]> | false |
143143
| commit\_message | The commit message to use when committing changes. | chore: update README.md | false |
144144
| commit\_method | The method to apply changes. Can be either 'commit' or 'pr'. | commit | true |
145+
| 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 |
145146
| commit\_user\_email | The user email to use when committing changes. | [email protected] | false |
146147
| commit\_user\_name | The user name to use when committing changes. | readme-action 📖 | false |
147148
| pr\_base\_branch | Repo default base-branch for Pull Requests (when commit\_method: pr) | | false |
149+
| 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 |
148150
| 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 |
149151
| pr\_title | The title to use when creating a Pull Request (when commit\_method: pr) | Update README.md and docs | false |
150152
| readme\_enabled | Enable README generation | true | false |

0 commit comments

Comments
 (0)