diff --git a/script/get-preview-channel-changes b/script/get-preview-channel-changes index 945c372a7e..3a5ec23738 100755 --- a/script/get-preview-channel-changes +++ b/script/get-preview-channel-changes @@ -118,7 +118,7 @@ function getCreditString(pullRequestNumber, contributor, isStaff) { credit += pullRequestMarkdownLink; } - if (contributor && isStaff) { + if (contributor && !isStaff) { const contributorMarkdownLink = `[${contributor}](${GITHUB_URL}/${contributor})`; credit += `; thanks ${contributorMarkdownLink}`; }