From 6ba1818a5e88208377cef2cdab5999a2e80e2148 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 12 Apr 2024 15:24:12 +0200 Subject: [PATCH] fix labeler to work again on pull requests, not tags --- .github/workflows/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 90acd522..d4171fa0 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,8 +1,8 @@ --- +name: "Labeler 🏷️" + on: - push: - tags: - - '*' + - pull_request_target jobs: labeler: