Uh oh!
There was an error while loading. Please reload this page.
ci: point reusable workflow refs at renamed btravstack/tools repo - #69
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>
There was a problem hiding this comment.
Pull request overview
Updates this repository’s GitHub Actions workflows to reference the renamed shared reusable-workflows repository (btravstack/config → btravstack/tools), avoiding reliance on GitHub’s redirect behavior.
Changes:
- Point CI reusable workflow reference at
btravstack/tools. - Point Release reusable workflow reference at
btravstack/tools. - Update a local composite action comment to match the new repo name.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/release.yml | Updates the reusable Release workflow reference to btravstack/tools. |
| .github/workflows/ci.yml | Updates the reusable CI workflow reference to btravstack/tools. |
| .github/actions/setup/action.yml | Updates documentation comment to refer to btravstack/tools. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
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>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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