From d5cc03ea2719c56831e266e0942b71214ad45b99 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 23 Oct 2025 20:55:59 +0200 Subject: [PATCH] Improve PR labels action --- .github/workflows/pr-labels.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-labels.yaml b/.github/workflows/pr-labels.yaml index ed236d1f..3fae24c8 100644 --- a/.github/workflows/pr-labels.yaml +++ b/.github/workflows/pr-labels.yaml @@ -5,9 +5,23 @@ name: PR Labels on: pull_request: types: + - opened - synchronize + - reopened - labeled - unlabeled + - ready_for_review + branches: + - stable + - dev + pull_request_target: + types: + - opened + - synchronize + - reopened + - labeled + - unlabeled + - ready_for_review branches: - stable - dev @@ -20,5 +34,5 @@ jobs: - name: 🏷 Verify PR has a valid label uses: ludeeus/action-require-labels@1.1.0 with: - labels: >- + labels: >- breaking-change, bugfix, refactor, new-feature, maintenance, ci, dependencies, documentation, new-provider, enhancement -- 2.34.1