Skip to content

Commit 057acd2

Browse files
authored
ci: fix auto-pr (#2516)
1 parent 70011f1 commit 057acd2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-prepare-monthly.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
pr_title: "build: release"
3535
pr_source: ${{ env.BRANCH_NAME }}
36+
pr_target: release
3637
pr_body: |
3738
## Release
3839
39-
This pull request was created according to the release cycle.
40+
This pull request was created automatically according to the release cycle.
4041
41-
> [!CRITICAL]
42-
> Use a `Merge Commit` to merge this pull request. Do not use `Rebase and Merge` or `Squash and Merge`.
42+
> [!WARNING]
43+
> Only use `Merge Commit` to merge this pull request. Do not use `Rebase and Merge` or `Squash and Merge`.

0 commit comments

Comments
 (0)