-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathgovernance.yml
51 lines (48 loc) · 924 Bytes
/
governance.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Documentation: https://github.com/BirthdayResearch/oss-governance-bot
version: v1
issue:
labels:
- prefix: kind
list:
- bug
- chore
- discussion
- enhancement
- question
- refactor
- feature-request
multiple: true
needs: true
- prefix: priority
list:
- urgent
- high
- normal
- low
multiple: false
needs: true
- prefix: area
list:
# generic areas
- planning
- devx
- documentation
- perf
- regression
- security
- tech-debt
- test
- ux
- ci-process
- release-process
# kargo component areas
- api
- charts
- cli
- controller
- crds
- garbage-collector
- ui
- webhooks
multiple: true
needs: true