xt0rted/Pull Request Comment Branch
Gets the head ref and sha of a pull request comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | GITHUB_TOKEN token or a repo scoped PAT | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| base_ref | The name of the branch the pull request will merge into. |
| base_sha | The head sha of the branch the pull request will merge into. |
| head_ref | The name of the pull request branch the comment belongs to. |
| head_sha | The head sha of the pull request branch the comment belongs to. |