feat(linear): support repo-scoped credentials - #163
Merged
camwest merged 4 commits intoFeb 22, 2026
Conversation
camwest
marked this pull request as ready for review
February 22, 2026 17:14
camwest
deleted the
02-22-feat_linear_support_repo-scoped_credentials
branch
February 22, 2026 17:15
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
Support repo-scoped Linear credentials so different repos can bind to different Linear accounts/workspaces.
This enables setups like:
repo-a -> Linear account/workspace Arepo-b -> Linear account/workspace BWhat changed
auth_scopeto repo links and migration support.linear:<scope>service keys.-o reauth,-o team=...is not in the current auth context.auth_scopeis present.isq logout linearclears both global and scoped Linear credentials.status/doctor) to recognize scoped credentials.README.mdskills/isq/SKILL.mdCHANGELOG.mdKey files
src/db/schema.rssrc/db/repos/links.rssrc/forges/linear/link.rssrc/forges/linear/mod.rssrc/forges/linear/auth.rssrc/forges/forge_type.rssrc/cli/link.rssrc/forges/auth.rssrc/cli/doctor/checks.rsValidation
cargo fmtcargo test(202 passed)Notes
isq link linear -o team=<TEAM>once to persistauth_scope.