Don't thank staff members in release notes

Joseph T Lyons created

Change summary

script/get-preview-channel-changes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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}`;
   }