summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-05 18:00:37 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-05 18:00:37 +0300
commit06a08336274b2723333d6bddfb28ae3703d1c286 (patch)
treede50bd0f369a7fc8a85ba00910ecaab06d3ec3f3 /.github
parent5876408e8819903afbe33540c3a0dfbfc39e4085 (diff)
downloadProject-Tick-06a08336274b2723333d6bddfb28ae3703d1c286.tar.gz
Project-Tick-06a08336274b2723333d6bddfb28ae3703d1c286.zip
NOISSUE Update CODEOWNERS and OWNERS to include trailing slashes for legacy_ftb directory
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/labeler.yml192
2 files changed, 193 insertions, 1 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/**/*