Skip to content

Commit

Permalink
GHA: add default reviewers to ensure the PR is reviewed in time
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <[email protected]>
(cherry picked from commit 0e9da50)
  • Loading branch information
Vicente-Cheng committed Oct 23, 2024
1 parent a7ea6e5 commit c89e7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/installer-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
commit-message: Bump OS ${{ github.ref_name }}
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
reviewers: bk201,tserong,Vicente-Cheng,ibrokethecloud
signoff: false
branch: bump-os-${{ github.ref_name }}
delete-branch: true
Expand Down Expand Up @@ -124,6 +125,7 @@ jobs:
commit-message: Bump nvidia-driver-toolkit ${{ github.ref_name }}
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
reviewers: bk201,tserong,Vicente-Cheng,ibrokethecloud
signoff: false
branch: bump-nv-driver-${{ github.ref_name }}
delete-branch: true
Expand Down

0 comments on commit c89e7dd

Please sign in to comment.