diff options
author | Jan Macku <jamacku@redhat.com> | 2024-02-19 16:00:25 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-02-19 16:09:15 +0100 |
commit | 12af0efba5a422f630450553c49f6df754e4160a (patch) | |
tree | efd3d4e1d74d644e8f3f2ce6eeda2111191d4c7a /.github/labeler.yml | |
parent | Set SYSTEMD_LOG_LEVEL=info explicitly in test-sysusers (diff) | |
download | systemd-12af0efba5a422f630450553c49f6df754e4160a.tar.xz systemd-12af0efba5a422f630450553c49f6df754e4160a.zip |
ci(labeler): add policy for `escape` labeler
Diffstat (limited to '.github/labeler.yml')
-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 f74d680ce9..832e6911a3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -40,6 +40,9 @@ documentation: env-generator: - changed-files: - any-glob-to-any-file: '**/*environment*generator*' +escape: + - changed-files: + - any-glob-to-any-file: '**/*escape*' debug-generator: - changed-files: - any-glob-to-any-file: '**/debug-generator*' |