diff --git a/.github/banner.png b/.github/banner.png index 0c85237..9885094 100644 Binary files a/.github/banner.png and b/.github/banner.png differ diff --git a/README.md b/README.md index 9f9a88c..07a0f47 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,11 @@ it to the main branch. | commit\_author | The author to use when committing changes. | readme-action 📖 | 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
to a protected branch using admin or bypass privileges. See https://git-scm.com/docs/git-push#\_options for more.
| | false | | commit\_user\_email | The user email to use when committing changes. | actions@github.com | 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
no-release
readme
| 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 |