knowledge-work/IssueOps Command Action
IssueOps commands in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 5, 2026
- License
- Apache 2.0
Pinned Snippet
uses: knowledge-work/command-action@efe79f6f24b3532bbc8b16132824bf7d33bc6962 # v2.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The name of the command to be used in IssueOps, which can be specified as a comma-separated list. | yes | — |
| allowed_contexts | The comment contexts that trigger the IssueOps command, specified as a comma-separated list. Allowed values: `"issue"`, `"pull_request"`, `"discussion"`. | — | issue,pull_request,discussion |
Outputs
| name | description |
|---|---|
| continue | Indicates 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. |
| params | The parameters of the triggered IssueOps command, provided as a JSON string. |
| comment_id | The ID of the comment that triggered this action. |
| actor | The 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. |
| number | The number of the issue, pull request, or discussion that triggered this action. |
| context | The context that triggered this action. One of `"issue"`, `"pull_request"`, or `"discussion"`. |
| command | The command of the triggered IssueOps command. |