We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf56546 + 287d04c commit 47e4496Copy full SHA for 47e4496
.github/workflows/update_config_branch.yml
@@ -1,4 +1,4 @@
1
-name: Release
+name: Update Config Branch
2
3
on:
4
release:
@@ -9,8 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
permissions:
11
contents: write
12
- steps:
13
- - name: create pull request
14
- run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
15
- env:
16
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ steps:
+ - name: create pull request
+ run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments