mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Stop pinging Kat on protocol changes (#62339)
This commit is contained in:
@@ -108,7 +108,7 @@ jobs:
|
||||
if ./is_changed.sh "src/server/protocol.ts"; then
|
||||
MESSAGE="Thanks for the PR! It looks like you've changed the TSServer protocol in some way."
|
||||
MESSAGE+=" Please ensure that any changes here don't break consumers of the current TSServer API."
|
||||
MESSAGE+=" For some extra review, we'll ping @sheetalkamat, @mjbvz, @zkat, and @joj for you."
|
||||
MESSAGE+=" For some extra review, we'll ping @sheetalkamat, @mjbvz, and @joj for you."
|
||||
MESSAGE+=" Feel free to loop in other consumers/maintainers if necessary."
|
||||
|
||||
if ./already_commented.sh "It looks like you've changed the TSServer protocol in some way."; then
|
||||
|
||||
Reference in New Issue
Block a user