steffen-karlsson/StaleSweeper

Automatically closes stale discussions to declutter your GitHub Discussion space.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenToken for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.no${{ github.token }}
messageThe message to post on the discussion when closing it. Defaults to no message.no
days-before-closeThe number of days to wait before closing a stale discussion.yes
close-unansweredIf set to `true`, stale discussions that have not been marked as answered will also be closed.nofalse
categoryThe category of discussions to close. Defaults to all discussion typesno
close-reasonThe reason to use when closing a discussion. Options include `DUPLICATE`, `OUTDATED`, and `RESOLVED`.nooutdated
dry-runIf set to `true`, the processor will run in debug mode without performing any operations on live discussions.nofalse
verboseIf set to `true`, the processor will print out relevant information on all steps, including usage of GitHub API rate limits.nofalse
namedescription
closed-discussionsProvides a list of all discussions that were closed.