Skip to content

Let "depoly-setup.sh" and "undeploy.sh" fail on error #2773

Let "depoly-setup.sh" and "undeploy.sh" fail on error

Let "depoly-setup.sh" and "undeploy.sh" fail on error #2773

Workflow file for this run

name: "Prow github actions"
on:
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/[email protected]
with:
prow-commands: '/assign
/unassign
/approve
/retitle
/area
/kind
/priority
/remove
/lgtm
/close
/reopen
/lock
/milestone
/hold
/cc
/uncc'
github-token: "${{ secrets.GITHUB_TOKEN }}"