git2gus
git2gus copied to clipboard
A Github application to keep issues in sync with Agile Accelerator
The logger in [loggerMiddleware.js](https://github.com/forcedotcom/git2gus/blob/main/api/services/Logs/loggerMiddleware.js#L4-L9) logs very long log lines, since it logs the entire POST body of a github webhook, which can be upwards of 30,000 characters. This leads to...
The app has a Winston logger that handles newlines and other logging problems from console.log. Replace any calls to console.log with imports from this class. https://github.com/forcedotcom/git2gus/blob/main/api/services/Logs/logger.js#L4
Something seems to be logging the Octokit object for every webhook request. This adds a lot of noise to the app. Remove or improve this log. ``` "70 1 2023-02-13T23:44:34.994439+00:00...
Currently git2gus only triggers automation for the first WI; in the event that a PR includes multiple WIs, each WI should get a message logged from that PR.
Sometimes we have existing WIs that need to create corresponding issues for and mirror the content. Would be great if we can specify a WI ID when creating an GH...
Once the WI gets created for the GH issue, we now have 2 distinct places that we can have conversations about the work - which could be cumbersome to keep...
Hi! There are times when we have a PR open for a repository, that we're tracking via a GUS work item, but for which there isn't a corresponding GitHub issue....
In `.git2gus/config.json` if the `defaultBuild` option is not set to the most recent build, no Gus work item is created when the Gus creation label is added. Here is our...
I've been able to use the bot successfully to generate Bugs and User Stories successfully in GUS. I'm now trying to create Investigations, and am using the INVESTIGATION P1, INVESTIGATION...
Git2Gus works great when a PR is created with a WI in the description, but when it is edited to add a Gus WI the comment is not added. If...