Skip to content

Instantly share code, notes, and snippets.

@strugee
Last active April 28, 2019 08:28
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 strugee/302f52fc30c38c4c0dc01a116497cd22 to your computer and use it in GitHub Desktop.
Save strugee/302f52fc30c38c4c0dc01a116497cd22 to your computer and use it in GitHub Desktop.
Personal config file for count-your-issues
[
{
"type": "github",
"username": "strugee"
},
{
"type": "gitlab",
"username": "strugee",
"cookie": "XXX"
},
{
"type": "gitlab",
"instance": "https://git.gnu.io",
"username": "strugee",
"cookie": "XXX"
},
{
"type": "gitlab",
"instance": "https://gitlab.gnome.org",
"username": "strugee",
"cookie": "XXX"
},
{
"type": "bugzilla",
"email": "alex@strugee.net"
},
{
"type": "bugzilla",
"instance": "https://bugzilla.strugee.net",
"email": "alex@strugee.net"
},
{
"type": "bugzilla",
"instance": "https://bugzilla.gnome.org",
"email": "alex@strugee.net"
},
{
"type": "bugzilla",
"instance": "https://bugs.freebsd.org/bugzilla/",
"email": "alex+freebsd@strugee.net"
},
{
"type": "bugzilla",
"instance": "https://bugs.freedesktop.org",
"email": "alex@strugee.net"
},
{
"type": "bugzilla",
"instance": "https://bugs.webkit.org",
"email": "alex@strugee.net"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment