satya-500/GitHub Action Close Pull
A GitHub action to close a pull request and optionally delete its branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT | — | ${{ github.token }} |
| repository | The GitHub repository containing the pull request | — | ${{ github.repository }} |
| pull-request-number | The number of the pull request to close | — | ${{ github.event.number }} |
| comment | A comment to make on the pull request before closing | — | — |
| delete-branch | Delete the pull request branch | — | false |
Outputs
no outputs