nadiialazorko/Slash Command Dispatch
Facilitates "ChatOps" by creating dispatch events for slash commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A repo scoped GitHub Personal Access Token. | yes | — |
| reaction-token | An optional GitHub token to use for reactions. | — | ${{ github.token }} |
| reactions | Add reactions to comments containing commands. | — | true |
| commands | A comma or newline separated list of commands. | yes | — |
| permission | The repository permission level required by the user to dispatch commands. | — | write |
| issue-type | The issue type required for commands. | — | both |
| allow-edits | Allow edited comments to trigger command dispatches. | — | false |
| repository | The full name of the repository to send the dispatch events. | — | ${{ github.repository }} |
| event-type-suffix | The repository dispatch event type suffix for the commands. | — | -command |
| static-args | A comma or newline separated list of arguments that will be dispatched with every command. | — | — |
| dispatch-type | The dispatch type; `repository` or `workflow`. | — | repository |
| config | JSON configuration for commands. | — | — |
| config-from-file | JSON configuration from a file for commands. | — | — |
Outputs
| name | description |
|---|---|
| error-message | Validation errors when using `workflow` dispatch. |