mirror of
https://github.com/TryGhost/Ghost.git
synced 2026-04-03 05:12:41 +00:00
## Summary - Adds a GitHub Agentic Workflow that automatically triages new Linear issues for the Berlin Bureau (BER) team - Classifies issue type (bug, security, feature, improvement, performance, maintenance, documentation), assigns priority (P1–P4 with bump modifiers), tags product area, and posts a reasoning comment on each issue - Runs daily on weekdays via fuzzy schedule and can be triggered manually via `workflow_dispatch` - Uses `cache-memory` to track previously triaged issues across runs, avoiding duplicates - Requires a `LINEAR_API_KEY` repository secret with read/write access to the BER team ### Files - `.github/workflows/linear-triage.md` — workflow definition (edit the markdown body to adjust agent behavior without recompilation) - `.github/workflows/linear-triage.lock.yml` — compiled GitHub Actions workflow - `.gitattributes` — added `linguist-generated` rule for `.lock.yml` files