Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 18, 2026

The campaign-generator workflow was misplaced in .github/workflows/ (demo/example workflows) when it belongs in .github/aw/ with other core campaign infrastructure (generate-campaign, orchestrate-campaign, execute-campaign-workflow, etc.).

Changes

File moves:

  • campaign-generator.md.github/aw/campaign-generator.md
  • campaign-generator.lock.yml.github/aw/campaign-generator.lock.yml

Code updates:

  • pkg/cli/init.go - Generate campaign-generator in .github/aw/ directory
  • pkg/cli/init_command.go - Update help text
  • pkg/cli/init_test.go - Update test path expectations
  • pkg/workflow/campaign_trigger_test.go - Test from new location

Documentation:

  • Update blog post references to new path
Original prompt

Why is the campaign generator still in .github/workflows? It should move to .github/aw.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

- Moved campaign-generator.md and campaign-generator.lock.yml to .github/aw/
- Updated pkg/cli/init.go to generate campaign-generator in .github/aw/ directory
- Updated pkg/cli/init_command.go documentation to reflect new path
- Updated pkg/cli/init_test.go test expectations for new path
- Updated pkg/workflow/campaign_trigger_test.go to test from new location
- Updated documentation in blog posts to reference new path

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Move campaign generator from workflows to aw Move campaign-generator from .github/workflows to .github/aw Jan 18, 2026
Copilot AI requested a review from mnkiefer January 18, 2026 10:17
@mnkiefer mnkiefer marked this pull request as ready for review January 18, 2026 12:20
@mnkiefer mnkiefer merged commit f44f9a8 into main Jan 18, 2026
50 checks passed
@mnkiefer mnkiefer deleted the copilot/move-campaign-generator-workflow branch January 18, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants