diff options
| -rw-r--r-- | .github/CODEOWNERS | 2 | ||||
| -rw-r--r-- | .github/labeler.yml | 192 | ||||
| -rw-r--r-- | ci/OWNERS | 2 |
3 files changed, 194 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d9c0d8a896..73a5bdf686 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -222,7 +222,7 @@ /meshmc/launcher/ui/pages/modplatform/atlauncher/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/flame/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/ftb/ @YongDo-Hyun -/meshmc/launcher/ui/pages/modplatform/legacy_ftb @YongDo-Hyun +/meshmc/launcher/ui/pages/modplatform/legacy_ftb/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/modrinth/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/technic/ @YongDo-Hyun /meshmc/launcher/ui/setupwizard/ @YongDo-Hyun diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000000..f43a2f77e0 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,192 @@ +"6.topic: archived": + - any: + - changed-files: + - any-glob-to-any-file: + - archived/**/* + +"6.topic: cgit": + - any: + - changed-files: + - any-glob-to-any-file: + - cgit/**/* + +"6.topic: ci": + - any: + - changed-files: + - any-glob-to-any-file: + - .github/**/* + - hooks/**/* + - images4docker/**/* + - */ci/**/* + - */.github/**/* + +"6.topic: cmark": + - any: + - changed-files: + - any-glob-to-any-file: + - cmark/**/* + +"6.topic: corebinutils": + - any: + - changed-files: + - any-glob-to-any-file: + - corebinutils/**/* + +"6.topic: documentation": + - any: + - changed-files: + - any-glob-to-any-file: + - '**/README*' + - '**/docs/**/*' + - '**/doc/**/*' + - '**/man/**/*' + - '**/LICENSE*' + - LICENSES/**/* + - '**/COPYING*' + - '**/SECURITY*' + - '**/CONTRIBUTING*' + - '**/TRADEMARK*' + +"6.topic: forgewrapper": + - any: + - changed-files: + - any-glob-to-any-file: + - forgewrapper/**/* + +"6.topic: genqrcode": + - any: + - changed-files: + - any-glob-to-any-file: + - genqrcode/**/* + +"6.topic: json4cpp": + - any: + - changed-files: + - any-glob-to-any-file: + - json4cpp/**/* + +"6.topic: libnbtplusplus": + - any: + - changed-files: + - any-glob-to-any-file: + - libnbtplusplus/**/* + +"6.topic: licensing": + - any: + - changed-files: + - any-glob-to-any-file: + - LICENSES/**/* + - '**/LICENSE*' + - '**/COPYING*' + - '**/TRADEMARK*' + - '**/REUSE.toml' + - '**/.reuse/**/*' + +"6.topic: meshmc": + - any: + - changed-files: + - any-glob-to-any-file: + - meshmc/**/* + +"6.topic: meta": + - any: + - changed-files: + - any-glob-to-any-file: + - meta/**/* + +"6.topic: mnv": + - any: + - changed-files: + - any-glob-to-any-file: + - mnv/**/* + +"6.topic: neozip": + - any: + - changed-files: + - any-glob-to-any-file: + - neozip/**/* + +"6.topic: nix": + - any: + - changed-files: + - any-glob-to-any-file: + - '**/flake.nix' + - '**/default.nix' + - '**/*.nix' + - '**/nix/**/*' + +"6.topic: qt/kde": + - any: + - changed-files: + - any-glob-to-any-file: + - meshmc/**/*.{ui,qrc,ts} + - meshmc/cmake/**/* + - meshmc/launcher/**/*.{cpp,h,hpp,ui,qrc,ts} + - meshmc/launcher/resources/**/* + - meshmc/launcher/translations/**/* + - meshmc/launcher/ui/**/* + - meshmc/updater/**/* + - genqrcode/cmake/**/* + - tomlplusplus/cmake/**/* + - json4cpp/cmake/**/* + - cmark/cmake/**/* + +"6.topic: resources": + - any: + - changed-files: + - any-glob-to-any-file: + - '**/branding/**/*' + - '**/icons/**/*' + - '**/pixmaps/**/*' + - '**/runtime/icons/**/*' + - '**/resources/**/*' + - '**/screenshots/**/*' + - '**/backgrounds/**/*' + - '**/*.png' + - '**/*.svg' + - '**/*.ico' + - '**/*.icns' + - '**/*.bmp' + - '**/*.xpm' + +"6.topic: testing": + - any: + - changed-files: + - any-glob-to-any-file: + - '**/test/**/*' + - '**/tests/**/*' + - '**/testdata/**/*' + - '**/api_test/**/*' + - '**/fuzz/**/*' + - meta/fuzz/**/* + +"6.topic: tomlplusplus": + - any: + - changed-files: + - any-glob-to-any-file: + - tomlplusplus/**/* + +"6.topic: tooling": + - any: + - changed-files: + - any-glob-to-any-file: + - '**/tools/**/*' + - '**/scripts/**/*' + - buildconfig/**/* + - meshmc/buildconfig/**/* + +"8.has: changelog": + - any: + - changed-files: + - any-glob-to-any-file: + - CHANGELOG* + - '**/CHANGELOG*' + - doc/release-notes/**/* + - docs/release-notes/**/* + +"8.has: github-actions": + - any: + - changed-files: + - any-glob-to-any-file: + - .github/workflows/**/* + - .github/actions/**/* @@ -226,7 +226,7 @@ /meshmc/launcher/ui/pages/modplatform/atlauncher/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/flame/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/ftb/ @YongDo-Hyun -/meshmc/launcher/ui/pages/modplatform/legacy_ftb @YongDo-Hyun +/meshmc/launcher/ui/pages/modplatform/legacy_ftb/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/modrinth/ @YongDo-Hyun /meshmc/launcher/ui/pages/modplatform/technic/ @YongDo-Hyun /meshmc/launcher/ui/setupwizard/ @YongDo-Hyun |
