Skip to content

Commit

Permalink
Change proto bump reviewers to sdk team (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov authored Feb 14, 2024
1 parent 6893510 commit 8cc10f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
sudo -u testbot bash -lc 'make update-buf'
- name: Add + Commit + Open PR
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: '[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}'
branch: 'workflow/update-protos'
delete-branch: true
base: main
title: Automated Protos Update
body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes
assignees: maximpertsov
reviewers: maximpertsov
team-reviewers: sdk-netcode

0 comments on commit 8cc10f2

Please sign in to comment.