summaryrefslogtreecommitdiff
path: root/json4cpp/.github/labeler.yml
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 20:38:37 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 20:38:37 +0300
commit25a9943d68a7dc31eeefeb17913dbe37d87e5302 (patch)
tree540166d548cafc56726a07225f2dbe649c8e2444 /json4cpp/.github/labeler.yml
parenta4b5ffbaadb591066e2a97f8d450fb1d93e56a6e (diff)
downloadProject-Tick-25a9943d68a7dc31eeefeb17913dbe37d87e5302.tar.gz
Project-Tick-25a9943d68a7dc31eeefeb17913dbe37d87e5302.zip
NOISSUE Remove not needed CI workflows for GitHub Actions and reworked some workflows
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'json4cpp/.github/labeler.yml')
-rw-r--r--json4cpp/.github/labeler.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/json4cpp/.github/labeler.yml b/json4cpp/.github/labeler.yml
deleted file mode 100644
index 024d3e6da2..0000000000
--- a/json4cpp/.github/labeler.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-version: 1
-
-labels:
-- label: "documentation"
- files:
- - "README.md"
-
-- label: "documentation"
- files:
- - "docs/.*"
-
-- label: "tests"
- files:
- - "tests/.*"
-
-- label: "CMake"
- files:
- - ".*CMakeLists.txt"
-
-- label: "CMake"
- files:
- - "cmake/.*"
-
-- label: "CI"
- files:
- - "github/workflows/.*"
-
-- label: "CI"
- files:
- - "github/external_ci/.*"
-
-- label: "S"
- size-below: 10
-- label: "M"
- size-above: 9
- size-below: 100
-- label: "L"
- size-above: 100