dmage / gypd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Your Plans Done

Secrets

./secrets/bugzillaKey

You can get it from Preferences -> API Keys.

./secrets/jiraToken

You can get it from Profile -> Personal Access Tokens.

Sample config.yaml

bugzillaQuery:
  product:
  - OpenShift Container Platform
  component:
  - ImageStreams
  - Image Registry
  status:
  - NEW
  - ASSIGNED
  - ON_DEV
  - POST
  - MODIFIED
jiraQuery: |-
  project = IR AND statusCategory != Done
team:
- id: obulatov
scoreRules:
- {key: "flag", value: "blocker", score: 500}

Building and running

$ make build
$ ./gypd

About


Languages

Language:Go 66.6%Language:JavaScript 26.2%Language:HTML 4.9%Language:CSS 2.2%Language:Makefile 0.2%