Bump go.mod versions for pulumi, update master, and exclude failing conformance tests #965
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: Command Dispatch for PR events | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
command-dispatch-for-testing: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Build | |
uses: peter-evans/slash-command-dispatch@v2 | |
with: | |
token: ${{ secrets.PULUMI_BOT_TOKEN }} | |
reaction-token: ${{ secrets.GITHUB_TOKEN }} | |
commands: run-acceptance-tests | |
permission: write | |
issue-type: pull-request | |
repository: pulumi/pulumi-yaml | |
auto-rebase-command: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Build | |
uses: peter-evans/slash-command-dispatch@v2 | |
with: | |
token: ${{ secrets.PULUMI_BOT_TOKEN }} | |
reaction-token: ${{ secrets.GITHUB_TOKEN }} | |
commands: auto-rebase | |
permission: write | |
issue-type: pull-request | |
repository: pulumi/pulumi-yaml |