feat: add flag to skip unstaged files

This commit is contained in:
Tomás Mayr 2021-03-10 15:29:25 -03:00
parent 09b9ac155b
commit 10f2c452a5
6 changed files with 28 additions and 12 deletions

View file

@ -63,7 +63,7 @@ All inputs are **optional**. If not set, sensible defaults will be used.
| `team-reviewers` | A comma or newline-separated list of GitHub teams to request a review from. Note that a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) may be required. See [this issue](https://github.com/peter-evans/create-pull-request/issues/155). | |
| `milestone` | The number of the milestone to associate this pull request with. | |
| `draft` | Create a [draft pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests). | `false` |
| `skip-unstaged-files` | Skips adding any unstaged files when creating the pull request | `false` |
### Action outputs
The following outputs can be used by subsequent workflow steps.