Skip to content

Commit 8ce1323

Browse files
committed
Improve instructions
1 parent 96bc9b1 commit 8ce1323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/allPRs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export const featureFlagAsanaLink = async () => {
373373

374374
if (casesWithInvalidLinks.length > 0) {
375375
const caseList = casesWithInvalidLinks.map(c => `- \`${c.caseName}\` in \`${c.file}\``).join("\n");
376-
warn(`New FeatureFlag cases are missing a valid Feature Flag link in the comment:\n${caseList}\nAdd a task in https://app.asana.com/1/137249556945/project/1211834678943996/list/1211838475578067 and use it in the comment.`);
376+
warn(`New FeatureFlag cases are missing a valid Feature Flag link in the comment:\n${caseList}\n\nAdd a task in the [Feature Flags project](https://app.asana.com/1/137249556945/project/1211834678943996/list/1211838475578067) and use it in the comment.\nExpected format: \`/// https://app.asana.com/1/137249556945/project/1211834678943996/task/<task_id>\``);
377377
}
378378
}
379379

0 commit comments

Comments
 (0)