Don't thank staff members in release notes
This commit is contained in:
@@ -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}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user