mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
Add a configuration file for Git2Gus (#1034)
This will allow for one-way sync of GitHub issues in this repository into our internal issues tracker, GUS. Issues are only synced when the specified GitHub label is added. In the future I may switch the chosen label to just be the standard `t: bug` type labels, but for now I'm choosing a separate label so that we have more control over what is synced. See: https://lwc-gus-bot.herokuapp.com/#getting-started @W-7918433@
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"productTag": "a1aB0000000MR0RIAW",
|
||||
"issueTypeLabels": { "gus: story": "USER STORY", "gus: bug": "BUG P3" },
|
||||
"defaultBuild": "Heroku Unscheduled",
|
||||
"statusWhenClosed": "CLOSED"
|
||||
}
|
||||
Reference in New Issue
Block a user