We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d41321 commit b92ac50Copy full SHA for b92ac50
1 file changed
.github/workflows/update_config_branch.yml
@@ -13,6 +13,6 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6
15
- name: Create pull request
16
- 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 ""
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments