mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 23:08:00 +00:00
dc10d1520d
* Move CI scripts to new location * Update references * Update CODEOWNERS file * Update docker/polkadot-collator_builder.Containerfile Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
24 lines
956 B
Plaintext
24 lines
956 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/team) or email can be used. Keep in mind,
|
|
# that handles might work better because they are more recognizable on GitHub,
|
|
# eyou can use them for mentioning unlike an email.
|
|
# - The latest matching rule, if multiple, takes precedence.
|
|
|
|
# CI
|
|
/.github/ @paritytech/ci @chevdor
|
|
/.gitlab-ci.yml @paritytech/ci
|
|
/scripts/ci/ @paritytech/ci @chevdor
|
|
|