Skip to content

Commit

Permalink
Update github.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crazygo authored Nov 14, 2024
1 parent 553bf6d commit 6647813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function updateIterationPlan(issue, milestone) {
owner,
repo,
issue_number: issue.number,
body: `Iteration Plan for milestone: ${milestone.title}\n\n${issueLinks}\n\n${botMessage}`,
body: `Iteration Plan for milestone: ${milestone.title}\n\n${botMessage}\n\n${issueLinks}`,
});
} catch (error) {
console.error("Error in updateIterationPlan:", error);
Expand Down

0 comments on commit 6647813

Please sign in to comment.