rickstaa/Empty Issues Closer action
GitHub action that automatically closes empty issues or issues which contain an unchanged template.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token used for authorizing interactions with the repository. Typically the `GITHUB_TOKEN` secret. | yes | ${{ github.token }} |
| close_comment | Comment posted when a github issues is closed because it is empty. | no | Closing this issue because it appears to be empty. Please update the issue for it to be reopened. |
| open_comment | Comment posted when a github issues is re-opened because it is no longer empty. | no | Reopening this issue because the author provided more information. |
| check_templates | Whether to also check for issues with unchanged issue templates. | no | false |
| template_close_comment | Comment posted when a template issue is closed. | no | Closing this issue since the issue template was not filled in. Please provide us with more information to have this issue reopened. |
| template_open_comment | Comment posted when a template issue is re-opened. | no | Reopening this issue because the author provided more information. |
| dry_run | Run the action without actually closing/opening the issues. | no | false |
Outputs
no outputs