Skip to content

Commit 31069a9

Browse files
committed
project: add issue manager
Signed-off-by: bitliu <[email protected]>
1 parent 14cb752 commit 31069a9

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Issue Manager
2+
3+
permissions: {}
4+
5+
on:
6+
issue_comment:
7+
types:
8+
- created
9+
- edited
10+
11+
jobs:
12+
execute:
13+
runs-on: ubuntu-latest
14+
permissions:
15+
issues: write
16+
pull-requests: write
17+
steps:
18+
- uses: jpmcb/prow-github-actions@c44ac3a57d67639e39e4a4988b52049ef45b80dd # v2.0.0
19+
with:
20+
prow-commands: '/assign
21+
/unassign
22+
/lgtm
23+
/approve
24+
/area
25+
/priority
26+
/remove
27+
/close
28+
/reopen
29+
/lock
30+
/milestone
31+
/hold
32+
/cc
33+
/uncc'
34+
github-token: "${{ secrets.GITHUB_TOKEN }}"

.prowlabels.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
area:
2+
- core
3+
- research
4+
- observability
5+
- networking
6+
- bench
7+
- environment
8+
- user-experience
9+
- docs
10+
- test-and-release
11+
12+
priority:
13+
- P0
14+
- P1
15+
- P2

0 commit comments

Comments
 (0)