From 4acd2302d92dc968a8b7737ffb5cf13496b93300 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 15 Nov 2024 15:44:43 +0100 Subject: [PATCH] chore(github labeler): Add labels for new promotion gems We released two new gems and need the appropriate labels for the pull request reviews. --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index e7f0f9028d..0b59473b94 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,6 +18,16 @@ - changed-files: - any-glob-to-any-file: - "admin/**/*" +"changelog:solidus_promotions": +- any: + - changed-files: + - any-glob-to-any-file: + - "promotions/**/*" +"changelog:solidus_legacy_promotions": +- any: + - changed-files: + - any-glob-to-any-file: + - "legacy_promotions/**/*" "changelog:solidus_sample": - any: - changed-files: @@ -40,6 +50,8 @@ - "!backend/**/*" - "!api/**/*" - "!admin/**/*" + - "!promotions/**/*" + - "!legacy_promotions/**/*" - "!sample/**/*" - "!lib/**/*" - "!README.md"