mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Removed PR edit trigger from workflow that adds needs-qa label (#5398)
* Removed check on edit * Linting
This commit is contained in:
parent
e97390ba3f
commit
518e184ad6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user