diff --git a/.github/workflows/campaign-generator.md b/.github/workflows/campaign-generator.md index d7c01b37d7..fd1782697b 100644 --- a/.github/workflows/campaign-generator.md +++ b/.github/workflows/campaign-generator.md @@ -41,8 +41,8 @@ safe-outputs: messages: footer: "> 🎯 *Campaign coordination by [{workflow_name}]({run_url})*" run-started: "🚀 Campaign Generator starting! [{workflow_name}]({run_url}) is processing your campaign request for this {event_type}..." - run-success: "✅ Campaign setup complete! [{workflow_name}]({run_url}) has successfully coordinated your campaign creation. Your project is ready! 📊" - run-failure: "⚠️ Campaign setup interrupted! [{workflow_name}]({run_url}) {status}. Please check the details and try again..." + run-success: "✅ Campaign setup complete! [{workflow_name}]({run_url}) has successfully coordinated your campaign creation." + run-failure: "⚠️ Campaign setup interrupted! [{workflow_name}]({run_url}) {status}. Please check the details and try again." timeout-minutes: 10 --- @@ -347,15 +347,7 @@ The campaign specification file has been created at `.github/workflows/` to compile the campaign ``` -### Step 6: Post Progress Comment - -Use `add-comment` to inform the user: - -```markdown -✅ **Campaign Specification Created!** -``` - -### Step 7: Assign to Copilot Coding Agent +### Step 6: Assign to Copilot Coding Agent Use the `assign-to-agent` safe output to assign a Copilot Coding Agent session to compile the campaign and create a PR.