Skip to content

Pulumi thinks that K8S deployments exist when they don't, and refresh doesn't change it either #30405

Pulumi thinks that K8S deployments exist when they don't, and refresh doesn't change it either

Pulumi thinks that K8S deployments exist when they don't, and refresh doesn't change it either #30405

name: Command Dispatch for PR events
on:
issue_comment:
types: [created]
# Enables maintainers with "write" permission to trigger jobs on external pull requests.
jobs:
command-dispatch:
runs-on: ubuntu-latest
steps:
- name: Dispatch command
uses: peter-evans/slash-command-dispatch@v2
with:
token: ${{ secrets.PULUMI_BOT_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
permission: write
issue-type: pull-request
repository: pulumi/pulumi
commands: |
run-acceptance-tests
run-docs-gen
run-codegen