generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
name: Prow labeling
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 }}'