[Demo] ChatOps in Pull Requests by retepsnave · Pull Request #8 · peter-evans/slash-command-dispatch
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 repository to be processed by this workflow.
The workflow does the following:
- Checks out the pull request branch
- Appends to the file
hello-world.txt - Commits the change to the pull request branch
- Adds a 🎉 reaction to the comment containing the slash command
/hello-world
Feel free to try it out! 💬