Skip to content

Commit ec6751f

Browse files
committed
- Debugging the problem with providing PR older than since value.
1 parent 106a158 commit ec6751f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31268,6 +31268,7 @@ async function fetchPullRequests(octokit, repoOwner, repoName, latestRelease, us
3126831268
}
3126931269

3127031270
pullRequests = response.data;
31271+
console.log(`Found ${pullRequests.length} pull requests for ${repoOwner}/${repoName}`)
3127131272

3127231273
// Filter based on prState
3127331274
if (prState === 'merged') {

scripts/generate-release-notes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ async function fetchPullRequests(octokit, repoOwner, repoName, latestRelease, us
365365
}
366366

367367
pullRequests = response.data;
368+
console.log(`Found ${pullRequests.length} pull requests for ${repoOwner}/${repoName}`)
368369

369370
// Filter based on prState
370371
if (prState === 'merged') {

0 commit comments

Comments
 (0)