Files
Line: 20: incorrect codeowner organization: paritytech/subxt-team Line: 20: no users/groups matched Line: 23: incorrect codeowner organization: paritytech/ci Line: 23: incorrect codeowner organization: paritytech/subxt-team Line: 23: no users/groups matched
2025-10-24 10:34:25 +01:00

24 lines
947 B
Plaintext

# Lists some code owners.
#
# A codeowner just oversees some part of the codebase. If an owned file is changed then the
# corresponding codeowner receives a review request. An approval of the codeowner might be
# required for merging a PR (depends on repository settings).
#
# For details about syntax, see:
# https://help.github.com/en/articles/about-code-owners
# But here are some important notes:
#
# - Glob syntax is git-like, e.g. `/core` means the core directory in the root, unlike `core`
# which can be everywhere.
# - Multiple owners are supported.
# - Either handle (e.g, @github_user or @github_org/team) or email can be used. Keep in mind,
# that handles might work better because they are more recognizable on GitHub,
# you can use them for mentioning unlike an email.
# - The latest matching rule, if multiple, takes precedence.
# main codeowner
* @paritytech/subxt-team
# CI
/.github/ @paritytech/ci @paritytech/subxt-team