Skip to content

CloudFormation Refs do not always map to the CCAPI id #204

CloudFormation Refs do not always map to the CCAPI id

CloudFormation Refs do not always map to the CCAPI id #204

name: Command Dispatch for testing
on:
issue_comment:
types: [created, edited]
jobs:
command-dispatch-for-testing:
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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-cdk