diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-06-27 06:19:24 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-06-27 09:58:59 +0200 |
commit | aec2f54b30f58394f8f67d7e1c56ee3d7ca91eed (patch) | |
tree | 8e0b447d53b41d303b7dd17cf9fa04655a040e69 /.github/advanced-issue-labeler.yml | |
parent | meson: show default nspawn locale in summary (diff) | |
download | systemd-aec2f54b30f58394f8f67d7e1c56ee3d7ca91eed.tar.xz systemd-aec2f54b30f58394f8f67d7e1c56ee3d7ca91eed.zip |
github: add more components to issue template
Diffstat (limited to '.github/advanced-issue-labeler.yml')
-rw-r--r-- | .github/advanced-issue-labeler.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index 9961c9ce0e..fe1daff513 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -9,21 +9,21 @@ policy: cgtop: ['systemd-cgtop'] cryptsetup: ['systemd-cryptsetup'] delta: ['systemd-delta'] - env: ['systemd-env-generator', '30-systemd-environment-d-generator'] + 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: ['the hardware database files'] - import: ['systemd-importd', 'systemd-import and backends'] + 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 (incl. any plugins)'] + 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', '.network files'] + network: ['systemd-networkd', 'networkctl', 'systemd-networkd-wait-online', 'systemd-network-generator'] nspawn: ['systemd-nspawn'] oomd: ['systemd-oomd', 'oomctl'] pid1: ['systemd'] @@ -34,17 +34,17 @@ policy: rfkill: ['systemd-rfkill'] rpm: ['rpm scriptlets'] run: ['systemd-run'] - sd-boot: ['the bootloader itself', 'bootctl', 'systemd-boot', 'systemd-stub'] + 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'] + timedate: ['systemd-timedate', 'timedatectl'] timesync: ['systemd-timesync'] tmpfiles: ['systemd-tmpfiles'] - udev: ['systemd-udevd', 'udevadm', 'udev builtins'] + udev: ['systemd-udevd', 'udevadm', 'udev rule files'] userdb: ['systemd-userdb', 'userdbctl'] veritysetup: ['systemd-veritysetup'] xdg-autostart: ['systemd-xdg-autostart-generator'] |