mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-05 00:32:41 -05:00
Stop pinging Kat on protocol changes (#62339)
This commit is contained in:
2
.github/workflows/pr-modified-files.yml
vendored
2
.github/workflows/pr-modified-files.yml
vendored
@@ -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