-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sall <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
19 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |