Skip to content

regression in gh aw version v0.72.1 with daily-repo-status.md #31689

@bmerkle

Description

@bmerkle

please note that the default example in https://github.github.com/gh-aw/setup/quick-start/ does not work anymore.
so it seems there is a kind of regression @mnkiefer @pelikhan

I had to modify the downloaded md file (which is bad getting started experience)

downloaded: daily-repo-status.md

---
redirect: "githubnext/agen  tics/workflows/repo-status.md@main"
source: githubnext/agentics/workflows/daily-repo-status.md@c7d030cd6d4607b90d9ac3ffc8b24aff4f251632
---

fixed: daily-repo-status.md

---
on:
  schedule: daily
  workflow_dispatch:    # Allows you to run it manually
redirect: "githubnext/agen  tics/workflows/repo-status.md@main"
source: githubnext/agentics/workflows/daily-repo-status.md@c7d030cd6d4607b90d9ac3ffc8b24aff4f251632
---

output of getting started with gh aw version v0.72.1

test-gh-aw on  main is 📦 v0.1.0 via 🐍 v3.14.4 
❯ gh aw --version
gh aw version v0.72.1

test-gh-aw on  main is 📦 v0.1.0 via 🐍 v3.14.4 
❯ gh aw add githubnext/agentics/daily-repo-status
✓ Added workflow: /Users/merkle/work/_demo/test-gh-aw/.github/workflows/daily-repo-status.md
✗ .github/workflows/daily-repo-status.md:1:1: error: ℹ️  Shared agentic workflow detected: daily-repo-status.md

This workflow is missing the 'on' field and will be treated as a shared workflow component.
Shared workflows are reusable components meant to be imported by other workflows.

To use this shared workflow:
  1. Import it in another workflow's frontmatter:
     ---
     on: issues
     imports:
       - /Users/merkle/work/_demo/test-gh-aw/.github/workflows/daily-repo-status.md
     ---

  2. Compile the workflow that imports it

Skipping compilation.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions