From 893a1be1de7ee0e4f4cd298c6b9d6f20a1c6da63 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Tue, 26 Aug 2025 16:16:30 -0700 Subject: [PATCH] Stop pinging Kat on protocol changes --- .github/workflows/pr-modified-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-modified-files.yml b/.github/workflows/pr-modified-files.yml index c15cd48d19b98..e0d269dda7e0a 100644 --- a/.github/workflows/pr-modified-files.yml +++ b/.github/workflows/pr-modified-files.yml @@ -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