Skip to content

Commit

Permalink
chore: replace response for dev on /newtask
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Nov 27, 2024
1 parent 35b07d1 commit ec20f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/features/commands/shared/task-creation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async function createTask(taskToCreate: string, ctx: GrammyContext, { owner, rep
return await ctx.reply("Failed to create task");
}

return await ctx.reply(`${fullSpec}\n\n ${owner}/${repo}`);
return await ctx.reply(`${fullSpec}\n\n [View on GitHub](${task.data.html_url})`);
}

export { composer as newTaskFeature };

0 comments on commit ec20f06

Please sign in to comment.