Skip to content

Commit 01df433

Browse files
authored
update codeowners, to be more specific (#7021)
I keep being notified for PR's like #7009 where it doesn't touch the specified directories in the `CODEOWNERS` file. After reading the [docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) not having a forward slash in beginning of the path means: > In this example, @octocat owns any file in an apps directory > anywhere in your repository. whereas with the slashes: > In this example, @doctocat owns any file in the `/docs` > directory in the root of your repository and any of its > subdirectories. this update makes it more rigid for the files in the jxs ownership
1 parent b4be514 commit 01df433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
beacon_node/network/ @jxs
2-
beacon_node/lighthouse_network/ @jxs
1+
/beacon_node/network/ @jxs
2+
/beacon_node/lighthouse_network/ @jxs

0 commit comments

Comments
 (0)