This commit is contained in:
f 2025-01-06 00:55:45 +03:00
parent ef592f1d92
commit 63e8e1be91
1 changed files with 7 additions and 8 deletions

View File

@ -273,16 +273,15 @@ jobs:
title: `feat: Add "${actName}"`, title: `feat: Add "${actName}"`,
head: branchName, head: branchName,
base: 'main', 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: Changes:
- Added "${actName}" to README.md - Added "${{ actName }}" to README.md
- Added prompt to prompts.csv - Added prompt to prompts.csv
- Preserved original attribution - Preserved original attribution
`
});
// Comment on original PR // Comment on original PR
await octokit.issues.createComment({ await octokit.issues.createComment({