ilim-cell/Issue Tools
Close, reopen, and lock issues easily with slash commands.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GITHUB_TOKEN used to interact with the GitHub API. | yes | ${{ github.token }} |
| cmd_close_completed | The exact command string to close an issue as completed. | yes | /close completed |
| cmd_close_not_planned | The exact command string to close an issue as not planned. | yes | /close not planned |
| cmd_reopen | The exact command string to reopen an issue. | yes | /reopen |
| cmd_dup_prefix | The prefix for duplicate commands (do not include trailing space). | yes | /dup |
| cmd_lock | The exact command string to lock an issue conversation. | yes | /lock |
| msg_dup_not_found | Error 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_issue | Error 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_comment | The automated comment posted on the closed duplicate issue. Use {target} for the parent issue number. | no | Hi! 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! |
Outputs
no outputs