Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit d66d7e9

Browse files
authored
ci: set base branch for docs update PR (#155)
1 parent d10ce91 commit d66d7e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-readme.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
title: 'chore: bump version to ${{ env.TAG }} in README.md files'
3434
body: 'This is an auto-generated PR to update README.md files of all modules with the new tag ${{ env.TAG }}'
3535
branch: 'update-readme-branch'
36+
base: 'main'
3637
env:
3738
TAG: ${{ steps.get-latest-tag.outputs.TAG }}
3839

0 commit comments

Comments
 (0)