From 63e8e1be916bdd9e6bbf432046519de5f2e64045 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 6 Jan 2025 00:55:45 +0300 Subject: [PATCH] update --- .github/workflows/ai_bot.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ai_bot.yml b/.github/workflows/ai_bot.yml index 4c8b0e1..dffd1f6 100644 --- a/.github/workflows/ai_bot.yml +++ b/.github/workflows/ai_bot.yml @@ -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({