dennisdenuto/go-mod-vendor-pr
Run `go mod vendor` and create PullRequest on GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token | yes | — |
| git_user_name | Username for commit | yes | — |
| git_user_email | E-mail for commit | yes | — |
| base | The base branch in the "[OWNER:]BRANCH" format. Defaults to the default branch of the upstream repository (usually "master"). See https://hub.github.com/hub-pull-request.1.html | no | — |
| reviewer | A comma-separated list (no spaces around the comma) of GitHub handles to request a review from. See https://hub.github.com/hub-pull-request.1.html | no | — |
| assign | A comma-separated list (no spaces around the comma) of GitHub handles to assign to this pull request. See https://hub.github.com/hub-pull-request.1.html | no | — |
| milestone | The milestone name to add to this pull request. Passing the milestone number is deprecated. See https://hub.github.com/hub-pull-request.1.html | no | — |
| labels | A comma-separated list (no spaces around the comma) of labels to add to this pull request. Labels will be created if they do not already exist. See https://hub.github.com/hub-pull-request.1.html | no | — |
| draft | Create the pull request as a draft. See https://hub.github.com/hub-pull-request.1.html | no | — |
| go_mod_directory | Directory where go.mod is located | yes | . |
| debug | Whether print debug logging | no | — |
| duplicate | Whether create PullRequest even if it has already existed | no | — |
| timezone | Timezone to be used if set (e.g. `Asia/Tokyo`) | no | — |
Outputs
no outputs