Quote lines starting with asterisk in PR labeler YAML (#44573)

* quote lines starting with asterisk

* use single quotes instead of double quotes

* try triggering the workflow locally

* remove `workflow_dispatch` trigger again -- temporary testing
This commit is contained in:
Leif Singer 2024-02-13 11:30:31 +01:00 committed by GitHub
parent e863c02551
commit e548c715f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -96,8 +96,8 @@
"tools/**/*":
- team: vortex
"**/composer.json":
'**/composer.json':
- team: vortex
"**/package.json":
'**/package.json':
- team: vortex

View File

@ -83,5 +83,5 @@
- .github/**/*
- bin/**/*
- tools/**/*
- **/composer.json
- **/package.json
- '**/composer.json'
- '**/package.json'