godot_github.json 431 B

12345678910111213141516171819
  1. {
  2. "name": "godot",
  3. "repo": "godotengine/godot",
  4. "description": "Godot Engine - Multi-platform 2D and 3D game engine",
  5. "github_token": null,
  6. "include_issues": true,
  7. "max_issues": 100,
  8. "include_changelog": true,
  9. "include_releases": true,
  10. "include_code": false,
  11. "file_patterns": [
  12. "core/**/*.h",
  13. "core/**/*.cpp",
  14. "scene/**/*.h",
  15. "scene/**/*.cpp",
  16. "servers/**/*.h",
  17. "servers/**/*.cpp"
  18. ]
  19. }