Skip to content

Commit

Permalink
Add CODEOWNERS to Quarkiverse projects
Browse files Browse the repository at this point in the history
This automatically assigns the team in charge of the repository as a pull request reviewer
  • Loading branch information
gastaldi committed Jun 9, 2023
1 parent 7157277 commit a41f9a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# More details are here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# The '*' pattern is global owners.

# Order is important. The last matching pattern has the most precedence.
# The folders are ordered as follows:

# In each subsection folders are ordered first by depth, then alphabetically.
# This should make it easy to add new rules without breaking existing ones.

* @quarkiverse/quarkiverse-{extension.id}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/
quarkus-my-quarkiverse-ext/
quarkus-my-quarkiverse-ext/.github/
quarkus-my-quarkiverse-ext/.github/CODEOWNERS
quarkus-my-quarkiverse-ext/.github/dependabot.yml
quarkus-my-quarkiverse-ext/.github/project.yml
quarkus-my-quarkiverse-ext/.github/workflows/
Expand Down

0 comments on commit a41f9a0

Please sign in to comment.