From 12af0efba5a422f630450553c49f6df754e4160a Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 19 Feb 2024 16:00:25 +0100 Subject: [PATCH] ci(labeler): add policy for `escape` labeler --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) 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*'