mstefaniak/Action Get Merged Pull Request
Get the pull request merged with base branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_sha | The commit SHA to get the pull request merged with base branch. | yes | — |
| github_token | A GitHub token. | yes | — |
| owner | The owner of the repository. | yes | — |
| repo | The name of the repository. | yes | — |
Outputs
| name | description |
|---|---|
| title | The title of the pull request. |
| body | The body of the pull request. |
| number | The number of the pull request. |
| labels | The list of labels for the pull request. Separated with line breaks if there're multiple labels. |
| assignees | The list of assignees for the pull request. Separated with line breaks if there're multiple assignees. |