Update PR labeler to work with updated focus labels (#37061)

We recently added team names to the `focus: ...` labels:

https://github.com/woocommerce/woocommerce/labels?q=focus

The PR labeler relies on exact label names, however. This PR updates the PR labeler to conform to the new string.
This commit is contained in:
Leif Singer 2023-03-03 19:32:15 +01:00 committed by GitHub
parent a39abbb15e
commit 6e2c4d1fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
'plugin: woocommerce':
- plugins/woocommerce/**/*
'focus: react admin':
'focus: react admin [team:Ghidorah]':
- plugins/woocommerce/src/Admin/**/*
- plugins/woocommerce/src/Internal/Admin/**/*
- plugins/woocommerce-admin/**/*