diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-29 12:56:54 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-29 12:56:54 +0200 |
commit | 274623cc8372809bcac3e990de74a652f0a5a65c (patch) | |
tree | 78f46ef5e413629ee3c2279cedebab97d17819da /.github/labeler.yml | |
parent | pam: Setup logging to syslog (diff) | |
download | systemd-274623cc8372809bcac3e990de74a652f0a5a65c.tar.xz systemd-274623cc8372809bcac3e990de74a652f0a5a65c.zip |
labeler: add l10n 🌍
Diffstat (limited to '')
-rw-r--r-- | .github/labeler.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index ed4bf82924..24ff2f04c6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -64,6 +64,9 @@ journal: journal-remote: - changed-files: - any-glob-to-any-file: 'src/journal-remote/*' +l10n 🌍: + - changed-files: + - any-glob-to-any-file: 'po/*' login: - changed-files: - any-glob-to-any-file: ['src/login/*', '**/sd-login*/**'] |