From add3c5df70859875167500a16bba9bb29ccb74c0 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 16 Nov 2020 10:36:58 +0100 Subject: [PATCH] Update labeler.yml (#3867) Run labeler action only when a Pull Request is opened. --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 261131fe..3ffdec62 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,7 @@ name: "Pull Request Labeler" on: pull_request_target: + types: [opened] jobs: triage: