Skip to content

Commit

Permalink
Merge branch 'main' of github.com:linaro-its/github-action-scripts in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
philip-linaro committed Jan 19, 2024
2 parents 936375f + 4603b4e commit a1495a4
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 @@ -352,7 +352,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 a1495a4

Please sign in to comment.