Skip to content

Commit aeb9ace

Browse files
committed
Add ruby to CODEOWNERS
1 parent 7741a72 commit aeb9ace

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
/java/ @github/codeql-java
44
/javascript/ @github/codeql-javascript
55
/python/ @github/codeql-python
6+
/ruby/ @github/codeql-ruby
67

78
# Make @xcorail (GitHub Security Lab) a code owner for experimental queries so he gets pinged when we promote a query out of experimental
89
/cpp/**/experimental/**/* @github/codeql-c-analysis @xcorail
910
/csharp/**/experimental/**/* @github/codeql-csharp @xcorail
1011
/java/**/experimental/**/* @github/codeql-java @xcorail
1112
/javascript/**/experimental/**/* @github/codeql-javascript @xcorail
1213
/python/**/experimental/**/* @github/codeql-python @xcorail
14+
/ruby/**/experimental/**/* @github/codeql-ruby @xcorail
1315

1416
# Notify members of codeql-go about PRs to the shared data-flow library files
1517
/java/ql/src/semmle/code/java/dataflow/internal/DataFlowImpl.qll @github/codeql-java @github/codeql-go
@@ -22,4 +24,4 @@
2224
/docs/codeql-cli/ @github/codeql-cli-reviewers
2325
/docs/codeql-for-visual-studio-code/ @github/codeql-vscode-reviewers
2426
/docs/ql-language-reference/ @github/codeql-frontend-reviewers
25-
/docs/query-*-style-guide.md @github/codeql-analysis-reviewers
27+
/docs/query-*-style-guide.md @github/codeql-analysis-reviewers

0 commit comments

Comments
 (0)