From: Frantisek Sumsal Date: Fri, 19 Apr 2024 16:23:41 +0000 (+0200) Subject: labeler: merge "logind" label into "login" X-Git-Tag: v256-rc1~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20730c60dd46ad1a844234aa15ee7d9bcedd5b6d;p=thirdparty%2Fsystemd.git labeler: merge "logind" label into "login" Existing issues/PRs were migrated to the login label using: $ gh search issues --repo systemd/systemd --label logind --limit=1000 --json number -q .[].number | \ xargs gh issue edit --add-label login --remove-label logind --- diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index bee39e82852..a9d9fb8f4ff 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -64,7 +64,7 @@ policy: - name: kernel-install keys: ['kernel-install'] - - name: logind + - name: login keys: ['systemd-logind', 'loginctl', 'pam_systemd'] - name: machined diff --git a/.github/labeler.yml b/.github/labeler.yml index e8952dc82a6..ed4bf829244 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -66,10 +66,7 @@ journal-remote: - any-glob-to-any-file: 'src/journal-remote/*' login: - changed-files: - - any-glob-to-any-file: '**/sd-login*/**' -logind: - - changed-files: - - any-glob-to-any-file: 'src/login/*' + - any-glob-to-any-file: ['src/login/*', '**/sd-login*/**'] meson: - changed-files: - any-glob-to-any-file: ['meson_options.txt', '**/meson.build']