Skip to content

Commit b0daaa3

Browse files
authored
Create CODEOWNERS (#323)
1 parent a4224a2 commit b0daaa3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence,
3+
# @temporalio/sdk will be requested for review when
4+
# someone opens a pull request.
5+
* @temporalio/sdk
6+
7+
# Security team must approve exceptions to static analysis
8+
# scans, and any custom rules.
9+
10+
.semgrepignore @temporalio/security
11+
.semgrep/ @temporalio/security

0 commit comments

Comments
 (0)