From a02f9e3a148a67d508a83f2fbd704586fcd4eee5 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:37:41 -0500 Subject: [PATCH] Modified job to only fire when opened or target edited. (#4915) --- .github/workflows/label-issue-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-issue-pull-request.yml b/.github/workflows/label-issue-pull-request.yml index 1944cb2dae..9975bd6ef2 100644 --- a/.github/workflows/label-issue-pull-request.yml +++ b/.github/workflows/label-issue-pull-request.yml @@ -5,7 +5,7 @@ name: Label Issue Pull Request on: pull_request: - types: [opened, synchronize, edited] # Check when PR is opened, new pushes are made, or target branch is edited + types: [opened, edited] # Check when PR is opened or target branch is edited paths-ignore: - .github/workflows/** # We don't need QA on workflow changes branches: