dessant/Support Requests
Comment on and close issues labeled as support requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub access token | — | ${{ github.token }} |
| support-label | Label used to mark issues as support requests | — | support |
| issue-comment | Comment to post on issues marked as support requests, `{issue-author}` is an optional placeholder | — | :wave: @{issue-author}, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. |
| close-issue | Close issues marked as support requests, value must be either `true` or `false` | — | true |
| issue-close-reason | Reason for closing issues, value must be either `completed` or `not planned` | — | not planned |
| lock-issue | Lock issues marked as support requests, value must be either `true` or `false`' | — | false |
| issue-lock-reason | Reason for locking issues, value must be one of `resolved`, `off-topic`, `too heated` or `spam` | — | off-topic |
Outputs
no outputs