Skip to content

Instantly share code, notes, and snippets.

@wojtek-oledzki
Created January 9, 2017 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wojtek-oledzki/49a66e29a7a175c5beb919920a2a6af3 to your computer and use it in GitHub Desktop.
Save wojtek-oledzki/49a66e29a7a175c5beb919920a2a6af3 to your computer and use it in GitHub Desktop.
{
"template": "hoborg",
"tags": [ "My Project" ],
"publicPrefix": "",
"widgets": [
{
"name": "My API ",
"role": "api_issa_proxy",
"size": "grid-1-1",
"template": "<div class='widget__body text-M' style='padding: 4px 10px'><span class=''>{{ name }}</span> : {{ role }} </div>"
},
{
"name": "Pull Requests",
"size": "grid-1-3 grid-hh-1-1",
"php": "Hoborg/Widget/Github/PullRequests.php",
"config": {
"url": "https://api.github.com",
"accessToken": "abc123",
"repository": "my-org/my-repo-one",
}
},
{
"name": "Changelog",
"size": "grid-2-3 grid-hh-1-1",
"php": "JS/Github/Changelog.php",
"config": {
"jira_regexp": "\\[(.*?)\\].*",
"url": "https://api.github.com",
"view": "simple",
"accessToken": "abc123",
"repository": "my-org/my-repo-one",
"projectName": "",
"changelogs": [
{
"current": "stg",
"new": "dev"
},
{
"current": "prd",
"new": "stg"
}
]
}
},
{
"name": "My API",
"size": "grid-1-1",
"template": "<div class='widget__body text-M' style='padding: 4px 10px'><span class=''>{{ name }}</span> : {{ role }} </div>"
},
{
"name": "Pull Requests",
"size": "grid-1-3",
"php": "Hoborg/Widget/Github/PullRequests.php",
"config": {
"url": "https://api.github.com",
"accessToken": "abc123",
"repository": "my-org/my-repo-two",
}
},
{
"name": "Changelog",
"size": "grid-2-3 grid-hh-1-1",
"php": "JS/Github/Changelog.php",
"config": {
"jira_regexp": "\\[(.*?)\\].*",
"view": "simple",
"url": "https://api.github.com",
"accessToken": "abc123",
"repository": "my-org/my-repo-two",
"projectName": "",
"changelogs": [
{
"current": "stg",
"new": "dev"
},
{
"current": "prd",
"new": "stg"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment