From: Kristian Klausen Date: Sun, 14 Apr 2024 13:17:32 +0000 (+0200) Subject: github: add systemd-vmspawn to the issue templates X-Git-Tag: v256-rc1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d95bfcab0114a74c39fee291b20bc47244245c9;p=thirdparty%2Fsystemd.git github: add systemd-vmspawn to the issue templates --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 549421a1cfd..f3ba2cab8d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -140,6 +140,7 @@ body: - 'systemd-udevd' - 'systemd-userdb' - 'systemd-veritysetup' + - 'systemd-vmspawn' - 'systemd-xdg-autostart-generator' - 'timedatectl' - 'udevadm' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 76b95a127a3..645cef91673 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -81,6 +81,7 @@ body: - 'systemd-udevd' - 'systemd-userdb' - 'systemd-veritysetup' + - 'systemd-vmspawn' - 'systemd-xdg-autostart-generator' - 'timedatectl' - 'udevadm' diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index e6ae5dc68fa..bee39e82852 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -145,5 +145,8 @@ policy: - name: veritysetup keys: ['systemd-veritysetup'] + - name: vmspawn + keys: ['systemd-vmspawn'] + - name: xdg-autostart keys: ['systemd-xdg-autostart-generator']