1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

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

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: