mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Fixed syntax on types (#4886)
This commit is contained in:
@@ -5,8 +5,7 @@ name: Label Issue Pull Request
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types: [opened, synchronize, edited] # Check when PR is opened, new pushes are made, or target branch is edited
|
||||||
- [opened, synchronize, edited] # Check when PR is opened, new pushes are made, or target branch is edited
|
|
||||||
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