Don't thank staff members in release notes
This commit is contained in:
parent
2490b050ee
commit
4818e0b7eb
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ function getCreditString(pullRequestNumber, contributor, isStaff) {
|
||||||
credit += pullRequestMarkdownLink;
|
credit += pullRequestMarkdownLink;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (contributor && isStaff) {
|
if (contributor && !isStaff) {
|
||||||
const contributorMarkdownLink = `[${contributor}](${GITHUB_URL}/${contributor})`;
|
const contributorMarkdownLink = `[${contributor}](${GITHUB_URL}/${contributor})`;
|
||||||
credit += `; thanks ${contributorMarkdownLink}`;
|
credit += `; thanks ${contributorMarkdownLink}`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue