Skip to content

Commit

Permalink
chore: add CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 17, 2024
1 parent 5037fcb commit af59055
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GitHub CODEOWNERS. See:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Remember, the last match takes precedence.

# Global owner, used as a last resort.
* @lengau

# Documentation owners
/docs/ @medubelko @lengau

# Finally, all CODEOWNERS changes need to be approved by The Man, Himself.
/.github/CODEOWNERS @sergiusens

0 comments on commit af59055

Please sign in to comment.