ci: point reusable workflow refs at renamed btravstack/tools repo - #386
Merged
Conversation
The shared-config repo was renamed config -> tools (btravstack/tools#1). GitHub redirects the old name, so this is a no-op functionally. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates this repo’s GitHub Actions to reference the renamed shared reusable-workflow repository (btravstack/config → btravstack/tools), removing reliance on GitHub’s redirect behavior for CI/release automation.
Changes:
- Point CI reusable workflow reference to
btravstack/tools. - Point release reusable workflow reference to
btravstack/tools.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/ci.yml | Updates the ci job to use the reusable workflow from btravstack/tools. |
| .github/workflows/release.yml | Updates the release job to use the reusable workflow from btravstack/tools. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
GHSA-2v37-7h3g-55p8 widened to nanoid <3.3.18; nanoid 3.3.18 (published 2026-08-07) is inside the 7-day maturity window where a gate applies, so it gets a dated temporary exclusion. GHSA-55q2-fjhq-7xh7 moves dompurify to 3.4.13 where present (10 days old, no exclusion needed). Docs/build tooling only; pnpm audit is clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The shared-config repo was renamed
btravstack/config→btravstack/toolsto free@btravstack/configfor the planned 12-factor env module (btravstack/tools#1).GitHub redirects the old name, so CI keeps working either way — this just stops relying on the redirect. Companion to btravstack/tools#4.
🤖 Generated with Claude Code