From df3157b10cf91ecd129b0e492e897e6f18da752a Mon Sep 17 00:00:00 2001 From: "Laurence \"DC5B\" Lord" Date: Tue, 15 Oct 2024 15:27:52 +0100 Subject: [PATCH] Add new label for preview-tool (#58) --- .github/labeler.yml | 4 ++++ .github/workflows/pull_request_setup.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 20029e25..e12e5f50 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,3 +13,7 @@ descriptors: ci: - changed-files: - any-glob-to-any-file: ['.github/**'] + +preview-tool: + - changed-files: + - any-glob-to-any-file: ['developer-preview'] diff --git a/.github/workflows/pull_request_setup.yml b/.github/workflows/pull_request_setup.yml index f49989d4..5b66224a 100644 --- a/.github/workflows/pull_request_setup.yml +++ b/.github/workflows/pull_request_setup.yml @@ -37,4 +37,5 @@ jobs: specifications descriptors ci + preview-tool add_comment: true