-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.yaml.example
42 lines (38 loc) · 1.06 KB
/
config.yaml.example
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
trac:
database: sqlite://db/trac.db
# database: mysql2://user:password@host:port/database
github:
repo: 'mavam/test'
token: '49b1c8d34401abc06040cf64bf9a8bfed5f30ca9'
# make sure not to typo the GitHub username as the issue will fail to create if a ticket's owner (assignee) has a valid mapping below
users:
matthias: mavam
vallenti: mavam
labels:
type:
Feature Request: feature request
Defect: defect
Task: task
component:
configuration: conf
documentation: doc
resolution:
Invalid: invalid
Duplicate: duplicate
Wontfix: wontfix
platform:
Linux: Linux
Windows: Windows
# less useful, but also possible:
priority:
Low: '@low'
High: '@high'
severity:
blocker: '#high'
critical: '#critical'
major: '#major'
minor: '#minor'
trivial: '#trivial'
version:
'1.3': v1.3
'1.4': v1.4