freckle/halt
Halt and un-halt open PRs by committing a file to your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| default-branch | The default branch for the repository | yes | main |
| halt-branch | The branch where the halt file may be found, if not the default-branch | no | — |
| halt-file | The path to the file used to halt | yes | .github/HALT |
| ignore-labels | Labels, one per line, that cause a PR to not be halted. | no | — |
| status-context | The context used when commit-statuses are created | yes | halt |
| status-target-url | An optional target-url for commit-statuses | yes | https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| slack-webhook | Webhook URL to send Slack notifications | no | — |
| slack-channels | Newline-separated channels to send Slack notifications to, if not the webhook default | no | — |
| github-token | Override GitHub token, if necessary | yes | ${{ github.token }} |
Outputs
no outputs