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 0a6221b commit 60c3f8eCopy full SHA for 60c3f8e
.github/actions/auto-commit/action.yml
@@ -68,6 +68,7 @@ runs:
68
PR_BODY="This PR was created automatically by a GitHub Action.
69
70
Target PR (this PR will be merged into): <https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}>"
71
+
72
# Create the PR and capture its URL
73
gh pr create --base "$BASE_BRANCH" --head "$NEW_PR_BRANCH" --title "Automated PR: $COMMIT_MESSAGE" --body "$PR_BODY"
74
0 commit comments