Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase max_pull_requests to 250 #2681

Merged
merged 1 commit into from Jan 20, 2022
Merged

Conversation

RC-Lee
Copy link
Contributor

@RC-Lee RC-Lee commented Jan 19, 2022

Issue This PR Addresses

Fixes #2645

Type of Change

  • Bugfix: Change which fixes an issue
  • New Feature: Change which adds functionality
  • Documentation Update: Change which improves documentation
  • UI: Change which improves UI

Description

image

According to the build logs for Release 2.4.0, 220 merged PRs were accounted for.
The easiest fix is to increase the max_pull_requests option in the release-changelog-builder-config.json

However, I have been trying, but have failed, to understand how it got to 220 merged PRs.
Trying to query merged PRs during the time frame provided by the log only comes up with 80 PRs

Querying for all closed PRs, not just merged, during this time frame comes up with 113 PRs.

Similar discrepancies are also in the Release 2.3.0 log where 152 merged PRs were accounted for. But querying on GitHub, there is only 48 merged PRs, and 60 closed.

I couldn't load logs for earlier releases to check.

I suspect, but am unsure if PRs from the merged forked repositories are being accounted for.

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
  • Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)

@gitpod-io
Copy link

gitpod-io bot commented Jan 19, 2022

humphd
humphd previously approved these changes Jan 19, 2022
@humphd humphd added area: CI/CD Continuous integration / Continuous delivery area: autodeployment Anything related to auto deployment labels Jan 19, 2022
@humphd humphd added this to the 2.5 Release milestone Jan 19, 2022
Copy link
Contributor

@DukeManh DukeManh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on this comment, they currently don't have a good way to get the correct number of PRs between two tags. I think this issue will come back once the number of PRs passes 250.

@humphd
Copy link
Contributor

humphd commented Jan 19, 2022

Yeah, there's no great option here. What would you like to see this set at?

DukeManh
DukeManh previously approved these changes Jan 19, 2022
Copy link
Contributor

@DukeManh DukeManh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with 250 and ignore the warning in the future.

@HyperTHD HyperTHD merged commit bf7a2a2 into Seneca-CDOT:master Jan 20, 2022
@RC-Lee RC-Lee deleted the issue#2645 branch February 25, 2022 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: autodeployment Anything related to auto deployment area: CI/CD Continuous integration / Continuous delivery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Reached 'maxPullRequests' count" doing release 2.4.0
5 participants