feat: OpenSpec sync + issue-triage reusable workflows#64
Open
rubenvdlinde wants to merge 4 commits into
Open
Conversation
Adds two reusable workflows for the OpenSpec project board: - openspec-sync.yml: Scans openspec/changes/ directories, creates/updates GitHub issues per change, tracks phase progression on the project board - issue-triage.yml: Auto-triages new issues to the board, assigns reviewers, handles triage label decisions (accept, wontfix, duplicate, needs-info)
The triage workflow now supports a backlog-existing input that scans all open issues without triage labels and adds them to the project board in the Triage column.
Triage issues should have no Status value — they appear on the separate Triage view, not on the Status board columns.
Specs travel development -> beta -> main, so links should point to the branch that triggered the sync.
This was referenced May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the two reusable workflows that have been sitting on
feature/openspec-project-syncfor a while into a real PR for review..github/workflows/openspec-sync.yml— reusable workflow for syncing OpenSpec proposals/specs across repos..github/workflows/issue-triage.yml— auto-triages new issues (and a backlog-triage job for existing untriaged ones); uses the triggering branch for file links instead of the default branch.Commits
fd13bb8feat: Add OpenSpec sync and issue triage reusable workflowsc19b609feat: Add backlog-triage job for existing untriaged issues47a8dfafix: Remove Triage status from issue-triage workflowed13d49fix: Use triggering branch for file links instead of default branchContext
Surfaced during the
.githubconsolidation pass: branch had 4 commits ahead ofmainbut no PR, leaving the workflows undeployed. Opening for review/merge or close decision.