Add Linear issue priority labels - #220
Merged
Merged
Conversation
Co-authored-by: ikatkov <1211343+ikatkov@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Railly
approved these changes
Aug 31, 2026
4 tasks
shuv1337
added a commit
to shuv1337/emulate
that referenced
this pull request
Sep 4, 2026
* fix(stripe): send Stripe webhook signatures (vercel-labs#198) Co-authored-by: EfeDurmaz16 <efebarandurmaz05@gmail.com> * Add GitHub contents and commit APIs (vercel-labs#191) * Add GitHub contents and commit APIs - Add stateful contents and README APIs with commit-producing file writes - Add commit history, details, comparisons, and repository lookup by ID - Document and test the expanded GitHub API coverage * Harden GitHub contents and commit APIs Return the correct Git Data commit shape, preserve nested tree objects, validate content writes, encode generated content URLs, and paginate comparisons. Expand regression coverage for these behaviors. * Fix GitHub content and commit compatibility Serve advertised raw URLs, constrain file writes to branches, honor README and ref conventions, persist nested Git trees, paginate commit files, and preserve trailing-newline diffs. * Fix GitHub contents write authorization * Fix GitHub API fidelity gaps * Fix GitHub path history and branch deletion * Fix GitHub installation and history fidelity * Fix GitHub content permissions and object identity * Fix GitHub repository access and diff fidelity * Fix GitHub permissions and object identity * Fix Git history and branch protection fidelity * Fix Git tree and installation fidelity * Fix GitHub write protections and tree fidelity * Fix installation scope and special contents * fix(github): verify App JWTs with public key material (vercel-labs#199) Co-authored-by: “Sid <sid@devopsdirective.com> * feat(github): generate App keys for createEmulator (vercel-labs#200) * feat(github): generate App keys for createEmulator * fix(github): harden App key materialization * chore(release): prepare v0.10.0 (vercel-labs#202) * feat(cli): deliver generated secrets securely (vercel-labs#204) * feat(cli): deliver generated secrets securely * fix(cli): harden generated secrets startup * test(cli): preserve ACL tools in Portless failure test * feat(adapters): persist generated GitHub App keys (vercel-labs#205) * feat(adapters): persist generated GitHub App keys * refactor(adapters): share persistence runtime and tests Deduplicate the Next and Nuxt implementation and regression contract while preserving generated GitHub App identity behavior. * fix(adapters): reject incomplete canonical identities * feat(linear): add issue priority label (vercel-labs#220) Co-authored-by: ikatkov <1211343+ikatkov@users.noreply.github.com> * feat(github): inspect installation token metadata (vercel-labs#215) * Fix changelog release markers (vercel-labs#222) * chore(release): prepare v0.11.0 * Fix changelog release markers --------- Co-authored-by: Railly Hugo <51397083+Railly@users.noreply.github.com> Co-authored-by: EfeDurmaz16 <efebarandurmaz05@gmail.com> Co-authored-by: Chris Tate <chris@ctate.dev> Co-authored-by: “Sid <sid@devopsdirective.com> Co-authored-by: ikatkov <1211343+ikatkov@users.noreply.github.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.
Add the non-null
priorityLabelfield to the LinearIssueGraphQL type and populate it from each issue's numeric priority. This lets client queries and mutation response selections use the derived Linear priority label alongsidepriority.Document the available priority labels across the Linear emulator documentation and CLI help so users can discover the expanded API surface.