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:
parent
a39abbb15e
commit
6e2c4d1fa9
|
@ -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/**/*
|
||||
|
|
Loading…
Reference in New Issue