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 58515e0 commit 8cff397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function updateIterationPlan(issue, milestone) {
state: 'all', // Include both open and closed issues
sort: 'created',
direction: 'asc'
per_page: 99
});
console.log(issues.map(_ => _.title))
const issueLinks = issues.map(issue => {
Expand Down

0 comments on commit 8cff397

Please sign in to comment.