forcedotcom / git2gus

A Github application to keep issues in sync with Agile Accelerator
https://lwc-gus-bot.herokuapp.com
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

config.json should support comments #167

Open mpsenn opened 1 year ago

mpsenn commented 1 year ago

As a repository owner of a repository configured to use git2gus, I'd like the .git2gus/config.json file to support comments. So that I can know what this oddball config file is doing without documenting it in a separate file.

{
  // Reference: https://lwc-gus-bot.herokuapp.com/
  // GitHub App: https://github.com/apps/git2gus
  "productTag": "XXXXXXXXX",
  "defaultBuild": "my default build"
}