discoverygarden/Create Pull Request
This action creates and attemps to automatically merge pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title of the pull request | yes | — |
| repo | Repository name with owner. (owner/repo) | — | ${{ github.repository }} |
| head | Head branch to merge. | — | ${{ github.ref_name }} |
| base | Base branch to merge into. | — | ${{ github.event.repository.default_branch }} |
| labels | A comma seperated list of labels to add to the pull request. | — | — |
| automerge | True if the pull request should be merged automatically. | — | true |
| token | GitHub access token. | yes | — |
Outputs
| name | description |
|---|---|
| number | Number of the pull request. |
| url | Url of the pull request. |