satya-500/GitHub Action Close Pull

A GitHub action to close a pull request and optionally delete its branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PAT${{ github.token }}
repositoryThe GitHub repository containing the pull request${{ github.repository }}
pull-request-numberThe number of the pull request to close${{ github.event.number }}
commentA comment to make on the pull request before closing
delete-branchDelete the pull request branchfalse

no outputs