Skip to content

Commit

Permalink
Updated pull request reviewers for update_members
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthcambridge committed Nov 6, 2023
1 parent bf17b31 commit 893b17a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion update_members.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,10 @@ def create_github_pull_request(company, repo):
# Request that Kyle reviews this PR
data = {
"reviewers": [
"kylekirkby"
"pcolmer",
"DelaraGi",
"prasanthcambridge",
"louismorgan-linaro"
]
}
url = (
Expand Down

0 comments on commit 893b17a

Please sign in to comment.