From 9af2cb61c147ce9b94b57197bb2dc94f729c633e Mon Sep 17 00:00:00 2001 From: sacha-c Date: Mon, 23 Dec 2024 11:07:23 +0100 Subject: [PATCH] ci: fix labeler workflow --- .github/workflows/conventional-label.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-label.yaml b/.github/workflows/conventional-label.yaml index ea2986d..3436580 100644 --- a/.github/workflows/conventional-label.yaml +++ b/.github/workflows/conventional-label.yaml @@ -1,5 +1,8 @@ +# Warning, do not check out untrusted code with +# the pull_request_target event. on: - pull_request: + pull_request_target: + types: [ opened, edited ] name: conventional-release-labels jobs: label: