Commit 2d6a915
committed
Fix CODEOWNER regex to include devx and phoenix
When PRs are raised the CODEOWNERS.md is assessed via regex to determine the allowed approvers. The CODEOWNERS file uses the last matching pattern for each file. In this case, there are two patterns t hat match all files, and the last one is "@puppetlabs/phoenix". This is why only the Phoenix team is being requested for review. To have both teams requested for review, the regex needs to be in one line like this: "@puppetlabs/devx @puppetlabs/phoenix". This way, both teams will be automatically r equested for review when a pull request is opened.
Signed-off-by: Gavin Didrichsen <[email protected]>1 parent 8b51d94 commit 2d6a915
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
0 commit comments