Skip to content

Commit

Permalink
chore: add first codeowners (#2410)
Browse files Browse the repository at this point in the history
chore: add first codeowners

Reviewed-by: Laura Barcziová
Reviewed-by: Freya Gustavsson <[email protected]>
  • Loading branch information
2 parents b91330f + 807abf5 commit 56fc8e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# [WARNING]
# People listed here are the ones that have contributed major
# changes (e.g., features or refactors) to the listed file and
# are likely to provide help, if you feel confused or even lost.
#
# By no means they are expected to be the sole maintainers
# of those files, nor on on-call duty if any issue arises. :)

# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence
* @packit/the-packit-team

packit_service/worker/allowlist.py @mfocko
packit_service/worker/helpers/testing_farm.py @mfocko
packit_service/worker/reporting/* @mfocko

0 comments on commit 56fc8e7

Please sign in to comment.