Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmage/gypd
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmage/gypd
- Owner: dmage
- Created: 2022-04-03T14:27:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T12:15:17.000Z (over 2 years ago)
- Last Synced: 2024-06-21T03:27:09.142Z (5 months ago)
- Language: Go
- Size: 335 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Your Plans Done
## Secrets
### ./secrets/bugzillaKey
You can get it from [Preferences -> API Keys](https://bugzilla.redhat.com/userprefs.cgi?tab=apikey).
### ./secrets/jiraToken
You can get it from [Profile -> Personal Access Tokens](https://issues.redhat.com/secure/ViewProfile.jspa?selectedTab=com.atlassian.pats.pats-plugin:jira-user-personal-access-tokens).
## Sample config.yaml
```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
```console
$ make build
$ ./gypd
```