File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -376,13 +376,13 @@ jobs:
376376 git checkout -b "${BRANCH_NAME}"
377377
378378 # Create initial commit with issue reference
379+ mkdir -p .github/pr-placeholders
379380 echo "# Issue #${ISSUE_NUMBER}" > ".github/pr-placeholders/issue-${ISSUE_NUMBER}.md"
380381 echo "" >> ".github/pr-placeholders/issue-${ISSUE_NUMBER}.md"
381382 echo "This draft PR was automatically created from issue #${ISSUE_NUMBER}." >> ".github/pr-placeholders/issue-${ISSUE_NUMBER}.md"
382383 echo "" >> ".github/pr-placeholders/issue-${ISSUE_NUMBER}.md"
383384 echo "**Original Issue:** #${ISSUE_NUMBER}" >> ".github/pr-placeholders/issue-${ISSUE_NUMBER}.md"
384385
385- mkdir -p .github/pr-placeholders
386386 git add ".github/pr-placeholders/issue-${ISSUE_NUMBER}.md"
387387 git commit -m "chore: create draft PR branch for issue #${ISSUE_NUMBER}"
388388
You can’t perform that action at this time.
0 commit comments