Skip to content

Commit 3eb7b6a

Browse files
authored
Stop pinging Kat on protocol changes (#62339)
1 parent e635bb9 commit 3eb7b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-modified-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if ./is_changed.sh "src/server/protocol.ts"; then
109109
MESSAGE="Thanks for the PR! It looks like you've changed the TSServer protocol in some way."
110110
MESSAGE+=" Please ensure that any changes here don't break consumers of the current TSServer API."
111-
MESSAGE+=" For some extra review, we'll ping @sheetalkamat, @mjbvz, @zkat, and @joj for you."
111+
MESSAGE+=" For some extra review, we'll ping @sheetalkamat, @mjbvz, and @joj for you."
112112
MESSAGE+=" Feel free to loop in other consumers/maintainers if necessary."
113113
114114
if ./already_commented.sh "It looks like you've changed the TSServer protocol in some way."; then

0 commit comments

Comments
 (0)