You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mergify should be able to be pointed to a configuration hosted somewhere else, using it as a base, similar to what, for instance Renovate does.
This is particularly handy when someone has many repositories needing the same (base) configuration.
Actual Behavior
As far as I know, the same configuration should get copied and pasted into every repository.
Proposal
These are some ideas of what it could look like, but better ways might be concocted.
# Imports the content of the URI, using it as a basefrom: '<some URI>'
Alternatively:
# Includes rules from somewhere else, possibly with multiple sources.import_pull_request_rules:
- '<some URI>'
- '<some other URI>'import_queue_rules:
- '<some URI>'
- '<some other URI>'
The text was updated successfully, but these errors were encountered:
Expected Behavior
Mergify should be able to be pointed to a configuration hosted somewhere else, using it as a base, similar to what, for instance Renovate does.
This is particularly handy when someone has many repositories needing the same (base) configuration.
Actual Behavior
As far as I know, the same configuration should get copied and pasted into every repository.
Proposal
These are some ideas of what it could look like, but better ways might be concocted.
Alternatively:
The text was updated successfully, but these errors were encountered: