forked from ms-llmd/llm-d-inference-payload-processor
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (34 loc) · 806 Bytes
/
Copy pathprow-github.yml
File metadata and controls
37 lines (34 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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/prow-github-actions@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
prow-commands: "/assign
/unassign
/approve
/retitle
/area
/kind
/priority
/remove
/lgtm
/close
/reopen
/lock
/milestone
/hold
/cc
/uncc"