Removed PR edit trigger from workflow that adds needs-qa label (#5398)

* Removed check on edit

* Linting
This commit is contained in:
Todd Martin 2023-05-09 10:23:16 -04:00 committed by GitHub
parent e97390ba3f
commit 518e184ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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: