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