This commit is contained in:
f 2025-01-06 00:57:48 +03:00
parent 63e8e1be91
commit 8a35568fe7
1 changed files with 2 additions and 9 deletions

View File

@ -273,15 +273,8 @@ jobs:
title: `feat: Add "${actName}"`,
head: branchName,
base: 'main',
body: |
This PR supersedes #${{ issueNumber }} with proper formatting.
Original PR by @${{ pr.user.login }}
Changes:
- Added "${{ actName }}" to README.md
- Added prompt to prompts.csv
- Preserved original attribution
body: `This PR supersedes #${issueNumber} with proper formatting. Original PR by @${pr.user.login}. Added "${actName}" to README.md and prompts.csv, preserving original attribution.`
});
// Comment on original PR
await octokit.issues.createComment({