Skip to content

Commit

Permalink
Merge pull request #33937 from gastaldi/codeowners
Browse files Browse the repository at this point in the history
Add CODEOWNERS to Quarkiverse projects
  • Loading branch information
gsmet authored Jun 12, 2023
2 parents 3261811 + a41f9a0 commit aa01513
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 aa01513

Please sign in to comment.