Skip to content

Fix weekly triage action pin - #115

Merged
GeekTrainer merged 1 commit into
mainfrom
geektrainer/fix-weekly-triage-workflow
Sep 21, 2026
Merged

GeekTrainer merged 1 commit into
mainfrom
geektrainer/fix-weekly-triage-workflow

Conversation

@GeekTrainer

Copy link
Copy Markdown
Collaborator

Description

Regenerates the Weekly workshop triage Agentic Workflow lock file so the generated setup steps reference a resolvable github/gh-aw-actions revision. The scheduled workflow was failing before any triage logic ran because the lock file still pointed at the unavailable v0.84.3 action tag.

Related Issue

Closes #114

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📚 Documentation update
  • 🧪 Test update
  • 🔧 Refactor (no functional changes)

Changes Made

  • Regenerated .github/workflows/weekly-workshop-triage.lock.yml so every github/gh-aw-actions/setup reference is pinned to an existing v0.89.17 SHA.
  • Left the workflow source Markdown unchanged.

Testing

  • git diff --check
  • gh aw compile weekly-workshop-triage --no-emit --validate --no-check-update
  • Verified the pinned action commit resolves via the GitHub API.

Data Layer Changes

  • Ran npm run test:unit - all tests pass
  • Added/updated Vitest tests for data-layer changes
  • Generated a migration (npm run db:generate) for any schema change

Frontend Changes

  • Ran npm run test:e2e - all tests pass
  • Added data-testid attributes to interactive elements
  • Verified build succeeds (npm run build)

Checklist

  • My code follows the project's coding standards
  • I have used explicit TypeScript types for function parameters and return values
  • I have built the UI with Astro components and Tailwind CSS utility classes (dark theme)
  • I have updated documentation (README, instruction files) if needed
  • My changes are focused on a single concern
  • I have written clear commit messages explaining what and why

Additional Notes

This is a generated workflow lock-file-only change. The unchecked data layer, frontend, and TypeScript checklist items do not apply.

Regenerate the weekly workshop triage lock file so the generated setup steps reference a resolvable gh-aw-actions revision instead of the stale v0.84.3 tag.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings September 21, 2026 17:54
@GeekTrainer
GeekTrainer merged commit 3f0f9fc into main Sep 21, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

All generated setup references consistently use the replacement pinned revision.

Review effort: Lite
Findings: None

What changed in this PR

Updates the generated weekly triage lock file so all setup steps use the resolvable v0.89.17 commit.

Changes:

  • Replaced all obsolete v0.84.3 setup action references.
  • Updated manifest and generated comments with the new SHA/version.
File Description
.github/​workflows/​weekly-workshop-triage.lock.yml Pins the setup action to f3b81cdb... (v0.89.17).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

Fix weekly workshop triage workflow action reference

2 participants