about summary refs log tree commit diff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2023-07-10 19:01:58 +0200
committerGitHub <noreply@github.com>2023-07-10 19:01:58 +0200
commit6213720a258fe35f4fe6ed4464a02f062488cebf (patch)
tree44d3331d6c6338ac92c9ec5684093c495361e054 /.github/labeler.yml
parentd45e075d11b02f7dee591a8d2599ba79e6b15674 (diff)
parent6ac252c041f6cb38d7ad9f93a2714db09d20f04c (diff)
Merge pull request #242279 from NixOS/add-labeler-lib-label
.github/labeler.yml: Add lib label
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 6a60f23cfcd69..b62df03b36591 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -64,6 +64,9 @@
   - pkgs/build-support/kernel/**/*
   - pkgs/os-specific/linux/kernel/**/*
 
+"6.topic: lib":
+  - lib/**
+
 "6.topic: lua":
   - pkgs/development/interpreters/lua-5/**/*
   - pkgs/development/interpreters/luajit/**/*