aaronsteers/Poe Slash Command Processor
Executes a PoeThePoet command. Designed to be used in slash commands, and can auto-commit changes back to the PR's branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 1, 2026
- License
- MIT
Pinned Snippet
uses: aaronsteers/poe-command-processor@7e15ba3eb324f28910059ca8fd45fc0b7c45d8e2 # v1.3.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Poe command to run. If not provided, we'll infer the command from the body of the specified comment-id. | no | — |
| pr | PR Number | no | — |
| comment-id | Comment ID (optional, for reply chaining) | no | — |
| github-token | GitHub Token. Required for CI to run after commits are pushed. | no | — |
| no-commit | Disable auto-commit step | no | false |
| start-message | Message to include in the start comment | no | "" |
| success-message | Message to include in the success comment | no | "" |
| failure-message | Message to include in the failure comment | no | "" |
Outputs
no outputs