slash-command-dispatch
slash-command-dispatch copied to clipboard
A GitHub action that facilitates "ChatOps" by creating repository dispatch events for slash commands
## ChatOps in Pull Requests Demo This is a very simple demo to show how operations can be performed on pull request branches. The slash command is dispatched to [slash-command-dispatch-processor](https://github.com/peter-evans/slash-command-dispatch-processor)...
[Demo] ChatOps
## ChatOps Demo The following slash commands are dispatched to [slash-command-dispatch-processor](https://github.com/peter-evans/slash-command-dispatch-processor) repository to be processed by [these workflows](https://github.com/peter-evans/slash-command-dispatch-processor/blob/master/.github/workflows). On completion the workflows add a :tada: reaction to the comment containing...
## Slash command code formatting - Python Slash commands can be used to execute code formatting tools on pull request branches. The slash commands are dispatched to [slash-command-dispatch-processor](https://github.com/peter-evans/slash-command-dispatch-processor) repository to...
Hello! In the middle of yesterday (2021-09-21), our dispatch actions across multiple repositories suddenly started refusing to run when triggered by members of the repositories' admin teams, citing a permission...
sometimes when copy/pasting I end up with a chat command like `/merge source= my-source target=master` notice the space before the `my-source` value. IMO it would be great if the param...
Hi! First of all, thanks for a wonderful action. We do use it a lot. We hit an issue where users who have write access to the repository can't trigger...
This is an incredible repo, amazing code and _even better_ docs. 👏👏👏 One minor nitpick, would it be possible to teach the dispatch to operate on PR review comments. Right...
Hi love this action 🍻 based on this post from github https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/ I was wondering does this mean its possible to use this action entirely with just the `GITHUB_TOKEN` secret...
The **fine-grained personal access tokens** set with: - Organization permissions > Administration > Read and Write Make error: `Command is not configured for the user's permission level 'none'`
In my use case, I make several commands as building blocks, then I have a cron workflow to trigger the commands in some sequences. In that case, I want to...