knowledge-work/IssueOps Command Action

IssueOps commands in GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 5, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: knowledge-work/command-action@efe79f6f24b3532bbc8b16132824bf7d33bc6962 # v2.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
commandThe name of the command to be used in IssueOps, which can be specified as a comma-separated list.yes
allowed_contextsThe comment contexts that trigger the IssueOps command, specified as a comma-separated list. Allowed values: `"issue"`, `"pull_request"`, `"discussion"`.issue,pull_request,discussion
namedescription
continueIndicates whether the IssueOps command was triggered and the workflow should continue with the string `"true"`. If the action did not complete successfully, `"false"` will be used.
paramsThe parameters of the triggered IssueOps command, provided as a JSON string.
comment_idThe ID of the comment that triggered this action.
actorThe GitHub handle of the actor who executed the IssueOps command.
issue_number[Deprecated] The issue number of the comment that triggered this action. Use `number` instead. This output will be removed in the next major release.
numberThe number of the issue, pull request, or discussion that triggered this action.
contextThe context that triggered this action. One of `"issue"`, `"pull_request"`, or `"discussion"`.
commandThe command of the triggered IssueOps command.