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

docs: add missing the branch key in the reference for server side repo config #1784

Commits on Sep 2, 2021

  1. Add the branch key in the reference for server side repo config

    Fixes runatlantis#1695
    
    The branch matcher feature has been implemented in runatlantis#1383 and runatlantis#1768.
    There is only an example for it, but not in the reference.
    
    https://github.com/runatlantis/atlantis/pull/1383/files#diff-5dd8dd3b7c37191b78109efaaa1bb73184ff7a1690632d687fed7cd748847f5eR31-R34
    
    Add missing the `branch` key in the reference for server side repo config.
    
    I also add a warning for `mergeable` requirement to check the `branch`
    setting because I think a typical branch protection rule only restricts
    a default branch. We should let users know that someone can potentially
    bypass it without the `branch` restriction in atlantis.
    minamijoyo committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2db2148 View commit details
    Browse the repository at this point in the history