Skip to content

Commit e4e09be

Browse files
fix: update issue processed message in process-issue.js
- Changed the success message to indicate that the issue has been reviewed and assigned to the appropriate team, enhancing clarity for users.
1 parent af7362a commit e4e09be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/process-issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ async function processIssue(github, context, core) {
457457
owner: context.repo.owner,
458458
repo: context.repo.repo,
459459
issue_number: issueNumber,
460-
body: `✅ Issue processed successfully!\n\nClickUp Task: ${createdTask.url}\nDue Date: ${dueDateStr}`
460+
body: `✅ Issue processed successfully!\n\nYour issue has been reviewed and assigned to the appropriate team.`
461461
});
462462

463463
await github.rest.issues.addLabels({

0 commit comments

Comments
 (0)