ISSUE #4976 Temporary deployment to test Unity 514 #1774
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Chat Operations Dispatch | |
on: | |
issue_comment: | |
types: [ created ] | |
jobs: | |
chatOperation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Slash Command Dispatch | |
uses: peter-evans/slash-command-dispatch@v3 | |
with: | |
token: ${{ secrets.PROJ_MANAGEMENT_TOKEN }} | |
commands: | | |
deploy | |
destroy | |
issue-type: pull-request # initially we only require pull request for operations to match /azp run |