From 8a39dad1a427a17c294e46872f0313122b8300c4 Mon Sep 17 00:00:00 2001 From: Felix Hoffmann Date: Sat, 31 Aug 2024 14:56:25 +0200 Subject: [PATCH] feat: workflow improvements --- .github/labeler.yml | 9 +++++++-- .github/workflows/label.yml | 3 +-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b8a534b..97de9d1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -25,8 +25,13 @@ assets: DE: - changed-files: - - any-glob-to-any-file: "DE/**/*" + - any-glob-to-any-file: "config-files/DE/**/*" EN: - changed-files: - - any-glob-to-any-file: "EN/**/*" + - any-glob-to-any-file: "config-files/EN/**/*" + +scripts: + - changed-files: + - any-glob-to-any-file: "**/*.ps1" + - any-glob-to-any-file: "**/*.sh" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 48b4df5..f490bb0 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -7,8 +7,7 @@ name: "Pull Request Labeler" -on: -- pull_request_target +on: push jobs: label: