slash-command-dispatch
slash-command-dispatch copied to clipboard
A GitHub action that facilitates "ChatOps" by creating repository dispatch events for slash commands
The action throws "Error: not found" when event_type_suffix is an empty string in json config input, however it is works fine when event_type_suffix is an empty string in the standard...
I have a command that uses star globbing (example: `/e2e non-parallel-tests/*.js parallel/role-*/*.js`) When writing this command outside an inline code block, the two matching stars turn it to italics as...
Recently, we had to migrate our repository from one organization to another. Because of that, we had to configure some things again (like GitHub apps to use slash-command-dispatch). Today, I...
Please add documentation and examples for avoiding running jobs when comment is not in fact a 'slash command'. `if: startswith(github.event.comment.body, '/')` appears to be a good way to do so....
we get a error message after sending a comment with this workflow: ``` name: Chatops on: issue_comment: types: [ created ] jobs: slash-command-dispatch: runs-on: ubuntu-latest timeout-minutes: 1 steps: - name:...
Resolves #371 - #371
Hi, It would be great to have guidance on which permissions are needed when using fine-grained tokens. Thanks!
I want to create a follow-on command such that if the slash command dispatch _did not_ kick off a task, then I can example the comment body and drop a...