-
Notifications
You must be signed in to change notification settings - Fork 52
ci: add comment on pr creation to update language-server-runtime version #671
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
base: main
Are you sure you want to change the base?
Conversation
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
body: 'Once this PR is merged and the language-server-runtime package is published, please ensure the corresponding version that contains this commit is updated in language-servers too!' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this in the PR description too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Can we also add some info to the |
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
body: 'Once this PR is merged and the language-server-runtime package is published, please ensure the corresponding version that contains this commit is updated in language-servers too!' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
body: 'Once this PR is merged and the language-server-runtime package is published, please ensure the corresponding version that contains this commit is updated in language-servers too!' | |
body: 'Once this PR is merged and the @aws/language-server-runtimes package is published, please ensure the corresponding version that contains this commit is updated in language-servers too!' |
Problem
Solution
Reminder to update language-server-runtime version in language-server repository.
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.