From 518e184ad6a46badb8d28c64a419e20588784b41 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Tue, 9 May 2023 10:23:16 -0400 Subject: [PATCH] Removed PR edit trigger from workflow that adds needs-qa label (#5398) * Removed check on edit * Linting --- .github/workflows/label-issue-pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/label-issue-pull-request.yml b/.github/workflows/label-issue-pull-request.yml index 5f3214b3451..a83e9e569b4 100644 --- a/.github/workflows/label-issue-pull-request.yml +++ b/.github/workflows/label-issue-pull-request.yml @@ -5,7 +5,8 @@ name: Label Issue Pull Request on: pull_request: - types: [opened, edited] # Check when PR is opened or target branch is edited + types: + - opened # Check when PR is opened paths-ignore: - .github/workflows/** # We don't need QA on workflow changes branches: