]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: merge "logind" label into "login"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 19 Apr 2024 16:23:41 +0000 (18:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Apr 2024 16:31:51 +0000 (18:31 +0200)
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

.github/advanced-issue-labeler.yml
.github/labeler.yml

index bee39e8285222dbb5c55e447dc0d5aca5d6a9171..a9d9fb8f4ff874e2f9b957eaed77c6c9777a3404 100644 (file)
@@ -64,7 +64,7 @@ policy:
           - name: kernel-install
             keys: ['kernel-install']
 
-          - name: logind
+          - name: login
             keys: ['systemd-logind', 'loginctl', 'pam_systemd']
 
           - name: machined
index e8952dc82a6dbd153e1f3aa7c854665442d1c8d5..ed4bf8292443ca9afabea0ac93370d449f20a970 100644 (file)
@@ -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']