Skip to content

Commit 677e2e2

Browse files
still trouble with assignee. removing for now. will investigate. (#6236)
Signed-off-by: Chris Perkins <[email protected]>
1 parent 4889441 commit 677e2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl_update_gpu_driver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git add -u
3030
git commit -m "[GHA] Uplift GPU RT version for Linux CI" || exit 0 # exit if commit is empty
3131
git push https://[email protected]/${{ github.repository }} ${BRANCH}
32-
gh pr create --head $BRANCH --title "[GHA] Uplift GPU RT version for Linux CI" --body "Uplift GPU RT version for Linux to $NEW_DRIVER_VERSION" --assignee intel/dpcpp-devops-reviewers
32+
gh pr create --head $BRANCH --title "[GHA] Uplift GPU RT version for Linux CI" --body "Uplift GPU RT version for Linux to $NEW_DRIVER_VERSION"
3333
3434
update_driver_linux_staging:
3535
runs-on: ubuntu-latest
@@ -54,5 +54,5 @@ jobs:
5454
git add -u
5555
git commit -m "[GHA] Uplift GPU RT version for Nightly Builds" || exit 0 # exit if commit is empty
5656
git push https://[email protected]/${{ github.repository }} ${BRANCH}
57-
gh pr create --head $BRANCH --title "[GHA] Uplift GPU RT version for Nightly Builds" --body "Uplift GPU RT version for Linux to $NEW_DRIVER_VERSION" --assignee intel/dpcpp-devops-reviewers
57+
gh pr create --head $BRANCH --title "[GHA] Uplift GPU RT version for Nightly Builds" --body "Uplift GPU RT version for Linux to $NEW_DRIVER_VERSION"
5858

0 commit comments

Comments
 (0)