summaryrefslogtreecommitdiff
path: root/.github/advanced-issue-labeler.yml
blob: 87ac69dc6c1f1524f330193241f803a29e714abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# syntax - https://github.com/redhat-plumbers-in-action/advanced-issue-labeler#policy
# <name of label>: [<list of keywords>]
---

policy:
  analyze: ['systemd-analyze']
  ask-password: ['systemd-ask-password']
  binfmt: ['systemd-binfmt']
  cgtop: ['systemd-cgtop']
  cryptsetup: ['systemd-cryptsetup']
  delta: ['systemd-delta']
  env: ['systemd-env-generator']
  fsck: ['systemd-fsck']
  gpt-auto: ['systemd-gpt-auto-generator']
  growfs: ['systemd-growfs']
  homed: ['systemd-homed', 'homectl', 'pam_systemd_home']
  hostname: ['systemd-hostnamed', 'hostnamectl']
  hwdb: ['systemd-hwdb', 'hardware database files']
  import: ['systemd-import']
  journal: ['systemd-journald', 'journalctl']
  journal-remote: ['systemd-journal-remote', 'systemd-journal-upload', 'systemd-journal-gatewayd']
  kernel-install: ['kernel-install']
  logind: ['systemd-logind', 'loginctl', 'pam_systemd']
  machined: ['systemd-machined', 'machinectl']
  modules-load: ['systemd-modules-load']
  network: ['systemd-networkd', 'networkctl', 'systemd-networkd-wait-online', 'systemd-network-generator']
  nspawn: ['systemd-nspawn']
  oomd: ['systemd-oomd', 'oomctl']
  pid1: ['systemd']
  portabled: ['systemd-portabled', 'portablectl']
  pstore: ['systemd-pstore']
  repart: ['systemd-repart']
  resolve: ['systemd-resolved', 'resolvectl', 'nss-resolve']
  rfkill: ['systemd-rfkill']
  rpm: ['rpm scriptlets']
  run: ['systemd-run']
  sd-boot: ['bootctl', 'systemd-boot', 'systemd-stub']
  sysctl: ['systemd-sysctl']
  sysext: ['systemd-sysext']
  systemctl: ['systemctl']
  sysusers: ['systemd-sysusers']
  sysv: ['systemd-sysv-generator']
  tests: ['tests']
  timedate: ['systemd-timedate', 'timedatectl']
  timesync: ['systemd-timesync']
  tmpfiles: ['systemd-tmpfiles']
  udev: ['systemd-udevd', 'udevadm', 'udev rule files']
  userdb: ['systemd-userdb', 'userdbctl']
  veritysetup: ['systemd-veritysetup']
  xdg-autostart: ['systemd-xdg-autostart-generator']