Skip to content

Commit

Permalink
Merge pull request #18 from linaro-its/update-reviewers
Browse files Browse the repository at this point in the history
Updated pull request reviewers for update_members
  • Loading branch information
prasanthcambridge authored Nov 6, 2023
2 parents bf17b31 + 893b17a commit 4603b4e
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 4603b4e

Please sign in to comment.