-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(40640) add missing notApplicableReason in protocol #40680
Conversation
Thanks for the PR! It looks like you've changed the TSServer protocol in some way. Please ensure that any changes here don't break consumers of the current TSServer API. For some extra review, we'll ping @sheetalkamat, @amcasey, @mjbvz, @minestarks for you. Feel free to loop in other consumers/maintainers if necessary |
Is there a protocol baseline that needs to be updated? |
@typescript-bot cherry-pick this to release-4.0 |
* update protocol * fix lint error
For annoying reasons, the bot doesn't cherry-pick merged PRs |
but... I've seen it do it... |
Same! I have no idea how anything works. Maybe @weswigham knows. |
* update protocol * fix lint error Co-authored-by: Jesse Trinity <[email protected]>
Github GC's the ref if you take too long (and deleted the source branch), and once the ref is gone, it can't be picked anymore. That's about the only thing I can think of. |
So I guess try not to delete the source branch immediately in the future and give that a shot - thanks @weswigham! |
Maybe it's a difficulty across repos too. |
That's usually fine... it looks like the pipeline never even triggered, so it seems like the comment didn't even get picked up. Lemme try... @typescript-bot cherrypick this into release-4.0 |
Heya @weswigham, I've started to run the task to cherry-pick this into |
🤷 github dropped the webhook, maybe? I dunno. Definitely triggered for me, and the accompanying logs seem fine, too (though maybe I should update the code for the latest octokit - there's some deprecation warnings). |
Hey @weswigham, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-4.0 manually. |
Fixes #40640
protocol changes were missed in #37871
We will need to cherry pick this to
release-4.0