The .github/CODEOWNERS file is valid but pull requests are not assigned to the right owners.
This snipped was supposed to assign pull requests for all file/directory names matching the pattern to be assigned to the corresponding chairs, however everything is assigned to the forum chairs and infrastructure wg.
# Server Certificate Working Group (SCWG)
/content/**server-certificate** @cabforum/servercert-chairs
/content/**scwg** @cabforum/servercert-chairs
/content/**sc-** @cabforum/servercert-chairs
I think the problem is caused by including a double wildcard twice in one line. So we might need to create a separate entry for files and directories, something that we would ideally prevent as it would create six matching entries per working group.
See also: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
The .github/CODEOWNERS file is valid but pull requests are not assigned to the right owners.
This snipped was supposed to assign pull requests for all file/directory names matching the pattern to be assigned to the corresponding chairs, however everything is assigned to the forum chairs and infrastructure wg.
I think the problem is caused by including a double wildcard twice in one line. So we might need to create a separate entry for files and directories, something that we would ideally prevent as it would create six matching entries per working group.
See also: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax