From 21330a7217d50d1f41a8c2aea79c336835faf7ba Mon Sep 17 00:00:00 2001 From: Nathan Ward Date: Mon, 7 Jun 2021 22:37:12 +0000 Subject: [PATCH] fix automated pr labeling (#2316) # Objective - the PR labeler workflow will always add the `needs-traige` label to every pull request event ## Solution - Limit this workflow to only be on the `opened` event --- .github/workflows/label.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 288b18b0d8..3ab21fb83b 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -3,6 +3,8 @@ on: pull_request_target: branches: - main + types: + - opened jobs: label: