UNPKG
pitlab
Version:
latest (0.1.0)
0.1.0
GitLab integration with PivotalTracker
swhite24/pitlab
pitlab
/
example-configuration.json
8 lines
•
209 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"gitlab_url"
:
"mygitlab.com"
,
"gitlab_token"
:
"abcd1234"
,
"close_on_state"
:
[
"accepted"
]
,
"create_on_type"
:
[
"feature"
,
"bug"
]
,
"create_on_state"
:
[
"rejected"
]
,
"post_comments"
:
true
}