summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorJameer Pathan <jameerpathan111@gmail.com>2020-12-12 12:00:26 +0530
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-14 09:43:38 +0900
commit292420ce4b2ecac521d9016ed2ad99dabd8e5049 (patch)
tree5268c0de6e3e229147338e71d12bd133d0bbd6b2 /.github/labeler.yml
parent258190a0d5b2c1fe8ee50e3a9204d845947d4835 (diff)
downloadsystemd-292420ce4b2ecac521d9016ed2ad99dabd8e5049.tar.gz
Add Pull Request Labeler
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
new file mode 100644
index 0000000000..d96566a2ed
--- /dev/null
+++ b/.github/labeler.yml
@@ -0,0 +1,29 @@
+hwdb:
+ - hwdb.d/**/*
+units:
+ - units/**/*
+documentation:
+ - NEWS
+ - man/*
+ - docs/*
+network:
+ - src/libsystemd-network/**/*
+ - src/network/**/*
+udev:
+ - src/udev/**/*
+ - src/libudev/*
+selinux:
+ - '**/*selinux*'
+apparmor:
+ - '**/*apparmor*'
+meson:
+ - '**/meson.build'
+ - meson_option.txt
+busctl:
+ - src/busctl/*
+systemctl:
+ - src/systemctl/*
+journal:
+ - src/journal/*
+journal-remote:
+ - src/journal-remote/*