Skip to content

Commit

Permalink
add context to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DitwanP committed Jan 16, 2025
1 parent 7c8fbbe commit b036e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/archiveIssuesInDesignProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ try {
const archiveQuery = `mutation { archiveProjectV2Item(input: {projectId: "${projectItem.project.id}", itemId: "${projectItem.id}"}) { clientMutationId } }`;
runQuery(archiveQuery);
createComment(
`This issue has been archived in the [${projectItem.project.title}](${projectItem.project.url}/archive) project.`,
`The design work for this issue has been completed and it is now ready for development.\n\nThe issue has been archived in the [${projectItem.project.title}](${projectItem.project.url}/archive) project.`,
);
console.log("Issue archived in project.");
} else {
Expand Down

0 comments on commit b036e1c

Please sign in to comment.