| 12345678910111213141516171819 |
- {
- "name": "godot",
- "repo": "godotengine/godot",
- "description": "Godot Engine - Multi-platform 2D and 3D game engine",
- "github_token": null,
- "include_issues": true,
- "max_issues": 100,
- "include_changelog": true,
- "include_releases": true,
- "include_code": false,
- "file_patterns": [
- "core/**/*.h",
- "core/**/*.cpp",
- "scene/**/*.h",
- "scene/**/*.cpp",
- "servers/**/*.h",
- "servers/**/*.cpp"
- ]
- }
|