Skip to content

Prow github actions #194

Prow github actions

Prow github actions #194

Workflow file for this run

# Run specified actions or jobs for issue and PR comments
name: "Prow github actions"
on:
issue_comment:
types: [created]
jobs:
prow-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 }}"