Skip to content

New commit in git repository not triggering update #1839

New commit in git repository not triggering update

New commit in git repository not triggering update #1839

---
name: Command Dispatch for testing
on:
issue_comment:
types: [created, edited]
jobs:
command-dispatch-for-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4.0.0
with:
token: ${{ secrets.PULUMI_BOT_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
commands: run-acceptance-tests
permission: write
issue-type: pull-request
repository: pulumi/pulumi-kubernetes-operator
if: ${{ github.event.issue.pull_request }}