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