Skip to content

Commit

Permalink
Add more reviewers (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
gobbleturk authored Oct 3, 2024
1 parent 7c3cddc commit 95863ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Changes in this file should match with requiredReviewers in .github/workflows/AddLabel.yml
* @gobbleturk
* @jonb377
* @khatwanimohit
* @bvandermoon
* @vipannalla
8 changes: 7 additions & 1 deletion .github/workflows/AddLabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ jobs:
}
// This list should match with CODEOWNERS
let requiredReviewers = { gobbleturk: "" }
let requiredReviewers = {
gobbleturk: "",
jonb377: "",
khatwanimohit: "",
bvandermoon: "",
vipannalla: "",
}
const reviews = await github.rest.pulls.listReviews({
owner,
repo,
Expand Down

0 comments on commit 95863ac

Please sign in to comment.