Skip to content

Commit

Permalink
Update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jun 23, 2022
1 parent 2d56d95 commit a6d9f46
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 36 deletions.
35 changes: 25 additions & 10 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
- type: dropdown
id: architecture
attributes:
label: CPU architecture issue was seen on
label: CPU architectures issue was seen on
options:
- aarch64
- alpha
Expand All @@ -70,19 +70,34 @@ body:
id: component
attributes:
label: Component
description: Please chose component related to this issue.
description: Please chose components related to this issue.
multiple: true
options:
- 'bootctl | the bootloader itself'
- 'systemd'
- 'bootctl'
- 'homectl'
- 'journalctl'
- 'loginctl'
- 'networkctl'
- 'nss-resolve'
- 'pam_systemd'
- 'pam_systemd_home'
- 'resolvectl'
- 'systemctl'
- 'systemd-homed | homectl | pam_systemd_home'
- 'systemd-journald | journalctl'
- 'systemd-logind | loginctl | pam_systemd'
- 'systemd-networkd | networkctl | systemd-networkd-wait-online | .network files'
- 'systemd'
- 'systemd-boot'
- 'systemd-homed'
- 'systemd-journald'
- 'systemd-logind'
- 'systemd-networkd'
- 'systemd-networkd-wait-online'
- 'systemd-nspawn'
- 'systemd-resolved | resolvectl | nss-resolve'
- 'systemd-udevd | udevadm | udev builtins'
- 'systemd-resolved'
- 'systemd-stub'
- 'systemd-udevd'
- 'the bootloader itself'
- 'udev builtins'
- 'udevadm'
- '.network files'
- 'tests'
- 'other'
validations:
Expand Down
33 changes: 24 additions & 9 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,34 @@ body:
id: component
attributes:
label: Component
description: Please chose component related to this feature request.
description: Please chose components related to this feature request.
multiple: true
options:
- 'bootctl | the bootloader itself'
- 'systemd'
- 'bootctl'
- 'homectl'
- 'journalctl'
- 'loginctl'
- 'networkctl'
- 'nss-resolve'
- 'pam_systemd'
- 'pam_systemd_home'
- 'resolvectl'
- 'systemctl'
- 'systemd-homed | homectl | pam_systemd_home'
- 'systemd-journald | journalctl'
- 'systemd-logind | loginctl | pam_systemd'
- 'systemd-networkd | networkctl | systemd-networkd-wait-online | .network files'
- 'systemd'
- 'systemd-boot'
- 'systemd-homed'
- 'systemd-journald'
- 'systemd-logind'
- 'systemd-networkd'
- 'systemd-networkd-wait-online'
- 'systemd-nspawn'
- 'systemd-resolved | resolvectl | nss-resolve'
- 'systemd-udevd | udevadm | udev builtins'
- 'systemd-resolved'
- 'systemd-stub'
- 'systemd-udevd'
- 'the bootloader itself'
- 'udev builtins'
- 'udevadm'
- '.network files'
- 'tests'
- 'other'
validations:
Expand Down
34 changes: 17 additions & 17 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
# syntax
# syntax - https://github.com/redhat-plumbers-in-action/advanced-issue-labeler#policy
# <name of label>: [<list of keywords>]
---

policy:
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 | 30-systemd-environment-d-generator']
env: ['systemd-env-generator', '30-systemd-environment-d-generator']
fsck: ['systemd-fsck']
gpt-auto: ['systemd-gpt-auto-generator']
growfs: ['systemd-growfs']
homed: ['systemd-homed | homectl | pam_systemd_home']
hostname: ['systemd-hostnamed | hostnamectl']
homed: ['systemd-homed', 'homectl', 'pam_systemd_home']
hostname: ['systemd-hostnamed', 'hostnamectl']
hwdb: ['the hardware database files']
import: ['systemd-importd | systemd-import and backends']
journal: ['systemd-journald | journalctl']
journal-remote: ['systemd-journal-remote | systemd-journal-upload | systemd-journal-gatewayd']
import: ['systemd-importd', 'systemd-import and backends']
journal: ['systemd-journald', 'journalctl']
journal-remote: ['systemd-journal-remote', 'systemd-journal-upload', 'systemd-journal-gatewayd']
kernel-install: ['kernel-install (incl. any plugins)']
logind: ['systemd-logind | loginctl | pam_systemd']
machined: ['systemd-machined | machinectl']
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', '.network files']
nspawn: ['systemd-nspawn']
oomd: ['systemd-oomd | oomctl']
oomd: ['systemd-oomd', 'oomctl']
pid1: ['systemd']
portabled: ['systemd-portabled | portablectl']
portabled: ['systemd-portabled', 'portablectl']
pstore: ['systemd-pstore']
repart: ['systemd-repart']
resolve: ['systemd-resolved | resolvectl | nss-resolve']
resolve: ['systemd-resolved', 'resolvectl', 'nss-resolve']
rfkill: ['systemd-rfkill']
rpm: ['rpm scriptlets']
run: ['systemd-run']
sd-boot: ['bootctl | the bootloader itself']
sd-boot: ['the bootloader itself', 'bootctl', 'systemd-boot', 'systemd-stub']
sysctl: ['systemd-sysctl']
sysext: ['systemd-sysext']
systemctl: ['systemctl']
Expand All @@ -44,7 +44,7 @@ policy:
timedate: ['systemd-timedate']
timesync: ['systemd-timesync']
tmpfiles: ['systemd-tmpfiles']
udev: ['systemd-udevd | udevadm | udev builtins']
userdb: ['systemd-userdb | userdbctl']
udev: ['systemd-udevd', 'udevadm', 'udev builtins']
userdb: ['systemd-userdb', 'userdbctl']
veritysetup: ['systemd-veritysetup']
xdg-autostart: ['systemd-xdg-autostart-generator']

0 comments on commit a6d9f46

Please sign in to comment.