rickstaa/Empty Issues Closer action

GitHub action that automatically closes empty issues or issues which contain an unchanged template.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenToken used for authorizing interactions with the repository. Typically the `GITHUB_TOKEN` secret.yes${{ github.token }}
close_commentComment posted when a github issues is closed because it is empty.noClosing this issue because it appears to be empty. Please update the issue for it to be reopened.
open_commentComment posted when a github issues is re-opened because it is no longer empty.noReopening this issue because the author provided more information.
check_templatesWhether to also check for issues with unchanged issue templates.nofalse
template_close_commentComment posted when a template issue is closed.noClosing this issue since the issue template was not filled in. Please provide us with more information to have this issue reopened.
template_open_commentComment posted when a template issue is re-opened.noReopening this issue because the author provided more information.
dry_runRun the action without actually closing/opening the issues.nofalse

no outputs