We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c94996 commit 7c0fc8cCopy full SHA for 7c0fc8c
src/workflows/ready-for-docs-review.js
@@ -144,9 +144,7 @@ async function run() {
144
// Generate a mutation to populate fields for the new project item
145
const updateProjectV2ItemMutation = generateUpdateProjectV2ItemFieldMutation({
146
item: newItemID,
147
- author: firstTimeContributor
148
- ? `${process.env.AUTHOR_LOGIN} (first time contributor)`
149
- : process.env.AUTHOR_LOGIN,
+ author: firstTimeContributor ? ':star: first time contributor' : process.env.AUTHOR_LOGIN,
150
turnaround,
151
feature,
152
})
0 commit comments