221 Views
We currently have slash commands /deploy and /teardown that are converted into repository_dispatch ( deploy-command / teardown-command) events, and those repository_dispatch events deploy or tear down a staging environment specific to a pull request. That's pretty cool.
0 comments