Skip to content

Commit

Permalink
- Debugging the problem with providing PR older than since value.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jan 25, 2024
1 parent 106a158 commit ec6751f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31268,6 +31268,7 @@ async function fetchPullRequests(octokit, repoOwner, repoName, latestRelease, us
}

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

// Filter based on prState
if (prState === 'merged') {
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ async function fetchPullRequests(octokit, repoOwner, repoName, latestRelease, us
}

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

// Filter based on prState
if (prState === 'merged') {
Expand Down

0 comments on commit ec6751f

Please sign in to comment.