diff --git a/dev-packages/external-contributor-gh-action/index.mjs b/dev-packages/external-contributor-gh-action/index.mjs index ffa9369ee2df..2bad8a16f0bd 100644 --- a/dev-packages/external-contributor-gh-action/index.mjs +++ b/dev-packages/external-contributor-gh-action/index.mjs @@ -7,7 +7,7 @@ const UNRELEASED_HEADING = `## Unreleased - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott `; -const contributorMessageRegex = /Work in this release was contributed by (.+)\. Thank you for your contribution!/; +const contributorMessageRegex = /Work in this release was contributed by (.+)\. Thank you for your contributions?!/; async function run() { const { getInput } = core;