Skip to content

Commit accb9f5

Browse files
authored
Update reviwers for update protos workflow (#522)
1 parent bd38716 commit accb9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_protos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
git -c author.name=viambot -c [email protected] -c committer.name=GitHub -c [email protected] commit -m "[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}"
4545
git -c pull.ff=only pull origin workflow/update-protos || true # do not fail if the branch doesn't exist
4646
git push -f origin workflow/update-protos
47-
gh pr view workflow/update-protos && gh pr reopen workflow/update-protos || gh pr create -B main -H workflow/update-protos -t "Automated Protos Update" -b "This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes" -a viamrobotics/sdk-netcode -r viamrobotics/sdk-netcode
47+
gh pr view workflow/update-protos && gh pr reopen workflow/update-protos || gh pr create -B main -H workflow/update-protos -t "Automated Protos Update" -b "This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes" -a njooma -r njooma
4848
env:
4949
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)