-
Notifications
You must be signed in to change notification settings - Fork 678
/
Copy pathCODEOWNERS
26 lines (20 loc) · 960 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# https://blog.mergify.com/github-codeowners-on-steroids/
# 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
*.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
# Require a codeowner approval for changes to this file
# .github/CODEOWNERS @stacks-network/blockchain-team-codeowners