drewwyatt/Comment Pipeline
Run workflows with comment commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| commands | Newline delimited list of commands | yes | — |
| comment | The comment object (usually `github.event.comment`) | yes | — |
| github-token | Token with access to your issue comments (usually `secrets.GITHUB_TOKEN`) | yes | — |
| reaction | Emoji reaction used to acknowledge comment | yes | +1 |
Outputs
| name | description |
|---|---|
| command | the matched command (from inputs.commands) - this will be an empty if there is no match |
| arguments | everything that comes after the matched command - this will be an empty if there is no match |
| invocation | the full comment body - this will be an empty if there is no match |