Skip to content

Commit 7c0fc8c

Browse files
Update ready-for-docs-review.js (#52157)
1 parent 3c94996 commit 7c0fc8c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/workflows/ready-for-docs-review.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ async function run() {
144144
// Generate a mutation to populate fields for the new project item
145145
const updateProjectV2ItemMutation = generateUpdateProjectV2ItemFieldMutation({
146146
item: newItemID,
147-
author: firstTimeContributor
148-
? `${process.env.AUTHOR_LOGIN} (first time contributor)`
149-
: process.env.AUTHOR_LOGIN,
147+
author: firstTimeContributor ? ':star: first time contributor' : process.env.AUTHOR_LOGIN,
150148
turnaround,
151149
feature,
152150
})

0 commit comments

Comments
 (0)