Files
stacks-puppet-node/CODEOWNERS
Line: 5: incorrect codeowner organization: stacks-network/blockchain-team-codeowners Line: 5: no users/groups matched Line: 8: incorrect codeowner organization: stacks-network/blockchain-team Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: stacks-network/blockchain-team Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: stacks-network/blockchain-team Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: stacks-network/blockchain-team Line: 11: no users/groups matched Line: 12: incorrect codeowner organization: stacks-network/blockchain-team Line: 12: no users/groups matched Line: 15: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 16: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 19: incorrect codeowner organization: stacks-network/blockchain-team-ci Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: stacks-network/blockchain-team-ci Line: 20: no users/groups matched

20 lines
833 B
Plaintext

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @stacks-network/blockchain-team-codeowners will be requested for
# review when someone opens a pull request.
* @stacks-network/blockchain-team-codeowners
# Generic file extensions that shouldn't require much scrutiny. Anyone with write access to the repo may approve a PR
*.md @stacks-network/blockchain-team
*.yml @stacks-network/blockchain-team
*.yaml @stacks-network/blockchain-team
*.txt @stacks-network/blockchain-team
*.toml @stacks-network/blockchain-team
# Signer code
libsigner/**/*.rs @stacks-network/blockchain-team-signer
stacks-signer/**/*.rs @stacks-network/blockchain-team-signer
# CI workflows
./github/workflows/ @stacks-network/blockchain-team-ci
./github/actions/ @stacks-network/blockchain-team-ci