Skip to content

Commit

Permalink
Update CODEOWNERS
Browse files Browse the repository at this point in the history
Signed-off-by: Sall <[email protected]>
  • Loading branch information
ss-o authored Nov 25, 2023
1 parent 32cbabf commit f80ca14
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,19 +1,2 @@
* @z-shell/tsc

# Order is important; the last matching pattern takes the most precedence.
#*.sh @z-shell
#*.md @z-shell

# You can also use email addresses if you prefer. They'll be used to look up users just like we do for commit author emails.
#*.sh [email protected]

# The `docs/*` pattern will match files like
# `docs/getting-started.md` but not further nested files like
# `docs/build-app/troubleshooting.md`.
#docs/* @z-shell

# In this example, @z-shell owns any file in an `lib` directory anywhere in your repository.
#lib/ @z-shell

# In this example, @z-shell owns any file in the `.github` directory in the root of your repository.
#/.github/ @z-shell
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
* @ss-o

0 comments on commit f80ca14

Please sign in to comment.