From 4eb22d08f3103434cbdbcb5b6ef83cd7e5a830d8 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 14 Feb 2024 02:12:26 +0300 Subject: [PATCH] ci: set base branch for docs update PR --- .github/workflows/update-readme.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index ffda695..2eafdb6 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -33,6 +33,7 @@ jobs: title: 'chore: bump version to ${{ env.TAG }} in README.md files' body: 'This is an auto-generated PR to update README.md files of all modules with the new tag ${{ env.TAG }}' branch: 'update-readme-branch' + base: 'main' env: TAG: ${{ steps.get-latest-tag.outputs.TAG }}