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.
1 parent 70011f1 commit 057acd2Copy full SHA for 057acd2
.github/workflows/release-prepare-monthly.yml
@@ -33,10 +33,11 @@ jobs:
33
token: ${{ secrets.GITHUB_TOKEN }}
34
pr_title: "build: release"
35
pr_source: ${{ env.BRANCH_NAME }}
36
+ pr_target: release
37
pr_body: |
38
## Release
39
- This pull request was created according to the release cycle.
40
+ This pull request was created automatically according to the release cycle.
41
- > [!CRITICAL]
42
- > Use a `Merge Commit` to merge this pull request. Do not use `Rebase and Merge` or `Squash and Merge`.
+ > [!WARNING]
43
+ > Only use `Merge Commit` to merge this pull request. Do not use `Rebase and Merge` or `Squash and Merge`.
0 commit comments