]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci(labeler): add rule for `shell-completion` label
authorJan Macku <jamacku@redhat.com>
Tue, 27 Feb 2024 14:54:40 +0000 (15:54 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 27 Feb 2024 15:26:45 +0000 (15:26 +0000)
.github/labeler.yml

index 832e6911a383efdd570bfffb3cecf7541a2540ef..86a31776f4932cf03b4f667acc16b71178d17b7a 100644 (file)
@@ -136,6 +136,9 @@ sd-resolve:
 selinux:
   - changed-files:
     - any-glob-to-any-file: '**/*selinux*'
+shell-completion:
+  - changed-files:
+    - any-glob-to-any-file: 'shell-completion/*'
 sleep:
   - changed-files:
     - any-glob-to-any-file: ['src/shared/*sleep*', 'src/sleep/*']