Fix broken issue search for GitHub PRs
The extension uses the issueSearch root field. This field is deprecated [1] and, for me, no longer functions properly. This breaks various parts of the extension including the widget showing the associated Linear issue on PRs.
Switch the query to use a non-deprecated API, fixing the widget on PRs.
[1] https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference?query=issueSearch#issueSearch
⚠️ No Changeset found
Latest commit: 06a4da10b14ff95112b6f4d3e58c9047b8a017c9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Tested this on my fork and works well with some additional changes.
If this doesn't get merged I'll fork the chrome webstore deployment too to push the update out. Please give this message a :+1: if that's important to you
Hey folks, sorry for the slow response — I’m not using Linear at work anymore so don’t really have a way to test PRs (or much of a reason to maintain this 😅)
If someone wants to fork and republish, definitely be my guest! We could add a link to the fork on this repo and I’d archive it.
did anyone fork and republish? if not, can you give instructions on building and installing locally?