Skip to content

Add Pod Port or DP Rank Header #178

Add Pod Port or DP Rank Header

Add Pod Port or DP Rank Header #178

Workflow file for this run

# Run specified actions or jobs for issue and PR comments
name: "Prow github actions"
on:
issue_comment:
types: [created]
# Grant additional permissions to the GITHUB_TOKEN
permissions:
# Allow labeling issues
issues: write
# Allow adding a review to a pull request
pull-requests: write
jobs:
prow-execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
prow-commands: "/assign
/unassign
/approve
/retitle
/area
/kind
/priority
/remove
/lgtm
/close
/reopen
/lock
/milestone
/hold
/cc
/uncc"