View as Markdown

Allow to extend configuration


  • Rules

The Mergify configuration file now supports a new keyword extends which allows to inherits from a configuration file from a different repository.

extends: myrepo
pull_request_rules:
- name: custome rule

Was this page helpful?