Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions .github/workflows/campaign-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down Expand Up @@ -347,15 +347,7 @@ The campaign specification file has been created at `.github/workflows/<campaign
**Your task:** Run `gh aw compile <campaign-id>` 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.

Expand Down
Loading