30 lines
1,022 B
TOML
30 lines
1,022 B
TOML
|
[general]
|
||
|
targets = terranix, github_private
|
||
|
static_fields = priority
|
||
|
log.level = INFO
|
||
|
|
||
|
[terranix]
|
||
|
service = github
|
||
|
github.login = mrVanDalo
|
||
|
github.token = @oracle:eval:/nix/store/zhs5nd260m8s9nn8w4y9v8isfvclq9i3-password-store-1.7.4/bin/pass development/github/mrVanDalo/bugwarriorAccessToken
|
||
|
github.username = mrVanDalo
|
||
|
github.default_priority =
|
||
|
github.description_template = {{githubtitle}} {{githuburl}}
|
||
|
github.add_tags = github
|
||
|
github.project_name = terranix
|
||
|
github.involved_issues = True
|
||
|
github.query = org:terranix is:open
|
||
|
github.include_user_issues = False
|
||
|
github.include_user_repos = False
|
||
|
|
||
|
[github_private]
|
||
|
service = github
|
||
|
github.login = mrVanDalo
|
||
|
github.token = @oracle:eval:/nix/store/zhs5nd260m8s9nn8w4y9v8isfvclq9i3-password-store-1.7.4/bin/pass development/github/mrVanDalo/bugwarriorAccessToken
|
||
|
github.username = mrVanDalo
|
||
|
github.description_template = {{githubtitle}} {{githuburl}}
|
||
|
github.add_tags = github
|
||
|
github.involved_issues = True
|
||
|
github.include_user_issues = True
|
||
|
github.include_user_repos = True
|