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

Adjust branchConcurrentLimit #116

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Adjust branchConcurrentLimit #116

merged 1 commit into from
Jun 17, 2024

Conversation

samchungy
Copy link
Contributor

@samchungy samchungy commented Jun 17, 2024

I see a number of branches which just go stale and constantly trigger CI runs when they get force pushed by Renovate. I don't think that it's very useful and costs us a fair bit of money given most of our repos require our branches to be updated before being merged into the default branch.

This change limits the number of branches to the same as the pr limit.

image

@samchungy samchungy requested a review from a team as a code owner June 17, 2024 01:53
Copy link
Contributor

@AaronMoat AaronMoat left a comment

Choose a reason for hiding this comment

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

It could be worth an internal announcement for people who have overwritten prConcurrentLimit to be higher than 3 but left branchConcurrentLimit at its inherited default?

@samchungy
Copy link
Contributor Author

It could be worth an internal announcement for people who have overwritten prConcurrentLimit to be higher than 3 but left branchConcurrentLimit at its inherited default?

Yep already thought of

@samchungy samchungy merged commit bf9d1df into master Jun 17, 2024
2 checks passed
@samchungy samchungy deleted the adjust-branch-concurrent branch June 17, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants