ilim-cell/Issue Tools

Close, reopen, and lock issues easily with slash commands.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe GITHUB_TOKEN used to interact with the GitHub API.yes${{ github.token }}
cmd_close_completedThe exact command string to close an issue as completed.yes/close completed
cmd_close_not_plannedThe exact command string to close an issue as not planned.yes/close not planned
cmd_reopenThe exact command string to reopen an issue.yes/reopen
cmd_dup_prefixThe prefix for duplicate commands (do not include trailing space).yes/dup
cmd_lockThe exact command string to lock an issue conversation.yes/lock
msg_dup_not_foundError message when the duplicate target number/title cannot be resolved.no⚠️ **Error:** Unable to resolve duplicate target from "{input}". Please make sure the issue number is valid or that the title matches an existing issue exactly.
msg_dup_missing_issueError message when the duplicate issue number does not exist.no⚠️ **Error:** Unable to close as duplicate. Issue #{target} could not be found in this repository.
msg_dup_success_commentThe automated comment posted on the closed duplicate issue. Use {target} for the parent issue number.noHi! We've identified this issue as a duplicate of #{target} that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

no outputs