Skip to content

Commit

Permalink
Update ready-for-docs-review.js (#52157)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenalex836 authored Aug 29, 2024
1 parent 3c94996 commit 7c0fc8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/workflows/ready-for-docs-review.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ async function run() {
// Generate a mutation to populate fields for the new project item
const updateProjectV2ItemMutation = generateUpdateProjectV2ItemFieldMutation({
item: newItemID,
author: firstTimeContributor
? `${process.env.AUTHOR_LOGIN} (first time contributor)`
: process.env.AUTHOR_LOGIN,
author: firstTimeContributor ? ':star: first time contributor' : process.env.AUTHOR_LOGIN,
turnaround,
feature,
})
Expand Down

0 comments on commit 7c0fc8c

Please sign in to comment.