Skip to content

config.js prConcurrentLimit not working in combination with "extends": ["config:base"]? #8624

Answered by viceice
japj asked this question in Request Help
Discussion options

You must be logged in to vote

You need to configure it in force block, if you like to have it from bot, otherwise the repo config is overriding the bot config

module.exports = {
    extends: ["config:base"],
    ...
    force: {
        prConcurrentLimit: 5,
    }
    ...
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@viceice
Comment options

@japj
Comment options

Answer selected by japj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants