From b92ac5078edbdf1b429eaea157a2cdf24ff3320e Mon Sep 17 00:00:00 2001 From: kuuuube Date: Tue, 20 Jan 2026 02:04:40 -0500 Subject: [PATCH] Don't fill for pr create --- .github/workflows/update_config_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_config_branch.yml b/.github/workflows/update_config_branch.yml index 7c76865..b2b1258 100644 --- a/.github/workflows/update_config_branch.yml +++ b/.github/workflows/update_config_branch.yml @@ -13,6 +13,6 @@ jobs: steps: - uses: actions/checkout@v6 - name: Create pull request - run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill + run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --body "" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}