We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34d0bf commit ee16e35Copy full SHA for ee16e35
dev-packages/external-contributor-gh-action/index.mjs
@@ -7,7 +7,7 @@ const UNRELEASED_HEADING = `## Unreleased
7
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
8
`;
9
10
-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?!/;
11
12
async function run() {
13
const { getInput } = core;
0 commit comments