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
pr_title: 'chore(release): pull ${{ steps.create-release.outputs.branch_name }} into main'
85
-
pr_body: ':crown: *An automated PR*'
79
+
env:
80
+
GH_TOKEN: ${{ secrets.PAT }}
81
+
run: |
82
+
pr_title="chore(release): merge ${{ steps.create-release.outputs.branch_name }} into main"
83
+
84
+
# Create PR body with proper formatting
85
+
cat > pr_body.md << EOF
86
+
:crown: **Automated Release PR**
87
+
88
+
This pull request was created automatically by the GitHub Actions workflow. It merges the release branch (\`${{ steps.create-release.outputs.branch_name }}\`) into the \`main\` branch.
89
+
90
+
This ensures that the latest release branch changes are incorporated into the \`main\` branch for production.
stale-pr-message: 'This PR is considered to be stale. It has been open 20 days with no further activity thus itis going to be closed in 10 days. To avoid such a case please consider removing the stale label manually or add a comment to the PR.'
25
+
stale-pr-message: "Hello! This PR has been open for 20 days without any activity. Therefore, it's considered as stale and is scheduled to be closed in 10 days. If you're still working on this, please remove the 'Stale' label or add a comment to keep it open. Thanks for your contribution!"
This pull request was created automatically by the GitHub Actions workflow. It merges changes from the \`main\` branch into the \`develop\` branch after a release has been completed.
68
+
69
+
This ensures that the \`develop\` branch stays up to date with all release-related changes from the \`main\` branch.
0 commit comments