[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:

  1. Checks out the pull request branch
  2. Appends to the file hello-world.txt
  3. Commits the change to the pull request branch
  4. Adds a 🎉 reaction to the comment containing the slash command
/hello-world

Feel free to try it out! 💬