Stop pinging Kat on protocol changes (#62339)

This commit is contained in:
Andrew Branch
2025-08-26 16:34:39 -07:00
committed by GitHub
parent e635bb97f5
commit 3eb7b6a179

View File

@@ -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