suzuki-shunsuke/Get pull request information from the pull request number
Get pull request information from the pull request number
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Access Token | no | ${{github.token}} |
| number | pull request number | no | ${{github.event.number}} |
| timeout | timeout | no | 60 |
| interval | interval | no | 5 |
Outputs
| name | description |
|---|---|
| pull_request | pull request |
| merge_commit_sha | merge commit sha |