-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from wusatosi/codeowner
Add @wusatosi to codeowner
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
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,4 +1,23 @@ | ||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
# Codeowners for reviews on PRs | ||
|
||
* @bretbrownjr @camio @dietmarkuehl @neatudarius @steve-downey | ||
# Note(river): | ||
# **Please understand how codeowner file work before uncommenting anything in this section:** | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
# | ||
# For projects using exemplar as a template and intend to reuse its infrastructure, | ||
# River (@wusatosi) helped create most of the original infrastructure under the scope described below, | ||
# they are more than happy to help out with any PRs downstream, | ||
# as well as to sync any useful change upstream to exemplar. | ||
# | ||
# Github Actions: | ||
# .github/workflows/ @wusatosi # Add other project owners here | ||
# | ||
# Devcontainer: | ||
# .devcontainer/ @wusatosi # Add other project owners here | ||
# | ||
# Pre-commit: | ||
# .pre-commit-config.yaml @wusatosi # Add other project owners here | ||
# .markdownlint.yaml @wusatosi # Add other project owners here | ||
|
||
* @bretbrownjr @camio @dietmarkuehl @neatudarius @steve-downey @wusatosi |