You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: '## Release\n\nThis pull request was created automatically according to the release cycle.\n\n> [!WARNING]\n> Only use `Merge Commit` to merge this pull request. Do not use `Rebase and Merge` or `Squash and Merge`.'
49
+
});
50
+
} else {
51
+
await github.rest.pulls.create({
52
+
owner: context.repo.owner,
53
+
repo: context.repo.repo,
54
+
title: 'build: Release',
55
+
head: process.env.BRANCH_NAME,
56
+
base: 'release',
57
+
body: '## Release\n\nThis pull request was created automatically according to the release cycle.\n\n> [!WARNING]\n> Only use `Merge Commit` to merge this pull request. Do not use `Rebase and Merge` or `Squash and Merge`.'
0 commit comments