Skip to content

Commit 33c4970

Browse files
authored
Don't request a reviewer
This should be a workaround for cli/cli#11279
1 parent 2dd2e1b commit 33c4970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-if-new-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config --global user.email "gardenlinux@users.noreply.github.com"
3636
git commit -am 'Update kernel ${{ steps.update.outputs.has-update }}'
3737
git push --set-upstream origin update-kernel-${{ matrix.branch }}
38-
UPDATE_PR_LINK=$(gh pr create --base ${{ matrix.branch }} --head update-kernel-${{ matrix.branch }} --title 'Update kernel ${{ steps.update.outputs.has-update }}' --body "automated update" --reviewer fwilhe)
38+
UPDATE_PR_LINK=$(gh pr create --base ${{ matrix.branch }} --head update-kernel-${{ matrix.branch }} --title 'Update kernel ${{ steps.update.outputs.has-update }}' --body "automated update")
3939
# We have to trigger our own workflow run because github does not do that when the pr is created by automation
4040
# This also means that we don't have the nice UI integration of test runs, so we add a comment to the workflow url for tracing purposes
4141
gh workflow run "build.yml" --ref "update-kernel-${{ matrix.branch }}"

0 commit comments

Comments
 (0)