Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
- name: Validate published workflows
env:
GH_TOKEN: ${{ github.token }}
SOURCE_DIR: ${{ github.workspace }}/workflows
run: |
set -euo pipefail
gh aw compile --dir workflows --validate --no-emit
gh aw compile --validate --no-emit
- name: Run published workflows on this repo
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.run_workflows == 'true' }}
env:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Changelog entries should describe what changed for users of these workflows, not
- Omit vague filler like "various fixes" when the actual effect can be named.
- Do not include contributor handles, reviewer names, or other attribution in release entries.

## [0.3.2] - 2026-06-12

### Changed

- Consolidated published workflow sources under `.github/workflows/` and removed the legacy `workflows/` directory. If you reference workflow files by path, update those references to `.github/workflows/...`.

## [0.3.1] - 2026-06-09

### Fixed
Expand Down