diff --git a/.github/workflows/ai_bot.yml b/.github/workflows/ai_bot.yml index b79f52f..b92b90c 100644 --- a/.github/workflows/ai_bot.yml +++ b/.github/workflows/ai_bot.yml @@ -223,7 +223,7 @@ jobs: } // Create new branch - const branchName = `prompt/batch-${Date.now()}`; + const branchName = `prompt/${prompts.map(p => p.actName.toLowerCase().replace(/[^a-z0-9]+/g, '-')).join('-')}`; console.log(`Creating new branch: ${branchName}`); // Check if branch exists and delete it