-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbugwarriorrc
38 lines (28 loc) · 1.08 KB
/
bugwarriorrc
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
# Example bugwarriorrc
# General stuff.
[general]
targets = my_github
inline_links = False
annotation_links = True
annotation_comments = False
legacy_matching = False
log.level = DEBUG
log.file = /tmp/bugwarrior.log
annotation_length = 160
[my_github]
service = github
github.username = <GIT_HUB ORG>
github.login = <GITHUB_USERNAME>
github.token = <GITHUB_TOKEN>
github.default_priority = H
github.add_tags =_{{ githubmilestone | title }}
github.include_repos = platform
github.exclude_repos = infra,babel-server
github.import_labels_as_tags = True
github.involved_issues = False
github.include_user_issues = False
github.include_user_repos = False
github.query = is:open is:issue assignee:kiyanwang repo:talis/platform
github.description_template ={{githubrepo | replace("talis/","") | upper}}-{{githubnumber}}: {{githubtitle}}
github.project_template ={{project|upper}}
github.label_template ={{label|replace("component__", "")|replace("priority__high", "")|replace("priority__medium", "")|replace("priority__low", "")|replace("type__", "")|replace("service__", "")|replace("task","") | trim}}