Skip to content

Utilize the k8s-reporter in the e2e tests #1750

Utilize the k8s-reporter in the e2e tests

Utilize the k8s-reporter in the e2e tests #1750

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 }}"