Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/specgit-accept.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
node-version: '22'

# This repo is a bun workspace and does not vendor the SpecGit CLI;
# install the published CLI instead of building from source.
# install the published CLI instead of building from source. Pinned
# with a caret floor (#366): the CLI releases multiple times a day and
# an unpinned install would let an unnoticed upstream change flip CI
# acceptance verdicts repo-wide.
- name: Install specgit CLI
run: npm install -g specgit
run: npm install -g specgit@^0.5.0

- name: Wait for sibling checks
# The verdict must see the OTHER required checks in a terminal
Expand Down
8 changes: 4 additions & 4 deletions .specgit.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 1
delivery: issue350
delivery: issue366
context:
kind: branch
branch: feat/350-issue350
branch: feat/366-issue366
issues:
- 350
pr: 365
- 366
pr: 367
Loading