docs: update GitHub integration for Projects v2 + gh CLI auth#14
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: update GitHub integration for Projects v2 + gh CLI auth#14mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Rework the GitHub integration docs around the new Projects v2 GraphQL ingest,
ghCLI-based token flow, and theGITHUB_PROJECT_IDSenv var.Changes
guides/github-linear.mdx— lead the GitHub tab with theghCLI flow + interactive project picker; add a PAT fallback path with the correctedrepo,read:org,read:projectscopes; document Project Status →status_categorymapping; replace allGITHUB_ORG/GITHUB_REPOScontent withGITHUB_PROJECT_IDSsetup, verification, and troubleshooting.reference/environment-variables.mdx— replace theGITHUB_ORG/GITHUB_REPOSrows withGITHUB_PROJECT_IDS, update theGITHUB_TOKENscope list, and refresh the minimal example.configuration.mdx— mirror the same env var changes in the configuration overview table.Context
Tracks Meridiona/meridian#198, which swaps the Issues Search REST API for Projects v2 GraphQL, removes
GITHUB_ORG/GITHUB_REPOSin favour ofGITHUB_PROJECT_IDS, and adds agh-based setup path so a PAT is no longer required.