Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 23, 2025

The CI workflow only compiled agentic workflows from the workflows/ directory, missing workflows in .github/workflows/ (maintainer.md, migrate-workflow.md).

Changes

  • Added compilation step for .github/workflows/ using gh aw compile --verbose
  • Retained existing compilation step for workflows/ directory
  • Aligns CI behavior with Makefile pattern

Example

- name: Compile workflows in .github/workflows
  run: gh aw compile --verbose
  env: 
    GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Compile workflows in workflows directory
  run: gh aw compile --workflows-dir workflows --verbose
  env: 
    GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original prompt

Add a ci action that compiles the agentic workflows on push to main (also the ones in the workflows folder )


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add CI action to compile agentic workflows on push Compile workflows from .github/workflows in CI Nov 23, 2025
Copilot AI requested a review from pelikhan November 23, 2025 21:01
Copilot finished work on behalf of pelikhan November 23, 2025 21:01
@pelikhan pelikhan marked this pull request as ready for review November 23, 2025 21:07
@pelikhan pelikhan merged commit c116ad2 into main Nov 24, 2025
2 checks passed
@pelikhan pelikhan deleted the copilot/add-ci-action-compile-workflows branch November 24, 2025 03:10
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