mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Removed PR edit trigger from workflow that adds needs-qa label (#5398)
* Removed check on edit * Linting
This commit is contained in:
@@ -5,7 +5,8 @@ name: Label Issue Pull Request
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited] # Check when PR is opened or target branch is edited
|
types:
|
||||||
|
- opened # Check when PR is opened
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .github/workflows/** # We don't need QA on workflow changes
|
- .github/workflows/** # We don't need QA on workflow changes
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user