update
This commit is contained in:
parent
63e8e1be91
commit
8a35568fe7
|
@ -273,15 +273,8 @@ jobs:
|
||||||
title: `feat: Add "${actName}"`,
|
title: `feat: Add "${actName}"`,
|
||||||
head: branchName,
|
head: branchName,
|
||||||
base: 'main',
|
base: 'main',
|
||||||
body: |
|
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.`
|
||||||
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
|
|
||||||
|
|
||||||
// Comment on original PR
|
// Comment on original PR
|
||||||
await octokit.issues.createComment({
|
await octokit.issues.createComment({
|
||||||
|
|
Loading…
Reference in New Issue