Skip to content

Fix Backlog Triage workflow name and template path#23

Merged
jeremyeder merged 1 commit intoambient-code:mainfrom
jeremyeder:fix-triage-workflow-name-and-path
Jan 19, 2026
Merged

Fix Backlog Triage workflow name and template path#23
jeremyeder merged 1 commit intoambient-code:mainfrom
jeremyeder:fix-triage-workflow-name-and-path

Conversation

@jeremyeder
Copy link
Copy Markdown
Contributor

Overview

This PR fixes two issues in the Backlog Triage workflow that caused the initial run to fail.

Issues Fixed

1. Workflow Name

  • Changed:
  • Reason: Per user request, the workflow should be named "Backlog Triage"

2. Template Path

  • Changed:
  • Reason: The checkout action puts the repository in the workflows/ directory, not workflows/workflows/

Root Cause

When the workflow checks out the ambient-code/workflows repository:

- uses: actions/checkout@v4
  with:
    repository: ambient-code/workflows
    path: workflows

The files are placed in:

  • workflows/triage/templates/report.html (correct)
  • workflows/workflows/triage/templates/report.html (incorrect - doesn't exist)

Testing

After this fix, the workflow will be able to:

  • Read the HTML template successfully
  • Generate triage reports
  • Run on schedule every Sunday at midnight GMT

Related

Fixes the failure from workflow run: https://github.com/ambient-code/workflows/actions/runs/21151908870

- Rename workflow to 'Backlog Triage'
- Fix template path from 'workflows/workflows/triage/' to 'workflows/triage/'
  (the checkout action puts the repo in 'workflows/', not 'workflows/workflows/')

This fixes the workflow failure from run #21151908870.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jeremyeder jeremyeder merged commit 0e855dd into ambient-code:main Jan 19, 2026
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