From 8a35568fe7d9752e363c5d8684505894e75883b1 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 6 Jan 2025 00:57:48 +0300 Subject: [PATCH] update --- .github/workflows/ai_bot.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ai_bot.yml b/.github/workflows/ai_bot.yml index dffd1f6..25d48fb 100644 --- a/.github/workflows/ai_bot.yml +++ b/.github/workflows/ai_bot.yml @@ -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({