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 1848fd7 commit cab9f44Copy full SHA for cab9f44
tools/@aws-cdk/project-sync/lib/issue-sync.ts
@@ -31,7 +31,7 @@ export const syncIssueData = async (issueDetails: any) => {
31
}
32
33
if (projectItemId === undefined) {
34
- console.log('Issue is not included in project, skipping.');
+ console.log(`Issue is not included in project ${PROJECT_NUMBER}, skipping.`);
35
return;
36
37
0 commit comments