Dalton Hubble 00a5bc0fc0 Add a branch regex matcher to the server side repo config (#1383)
* Add a branch regex to the repo.yaml config to allow Atlantis to
accept only pull requests with a given base branch (the branch
a PR would merge _into_).
* `branch` is optional. By default its unset and Atlantis will match
webhooks for pull requests for any branch (no change)

Match any PR,

```
repos:
  - id: /.*/
    branch: /.*/
```

Match only PRs with master or main base branch.

```
repos:
  - id: /.*/
    branch: /(main|master)/
```

Some repos have special pull request branching practices. For example,
plan/apply from feature branches merging into master, but separate flows
for merging master into a release branch (where Atlantis isn't used).
Adding a regex allows for flexible workflow options. For example, you
could have Atlantis ignore "release" branches.
2021-02-24 12:52:30 -08:00
2021-02-18 12:27:58 -05:00
2021-01-29 09:31:03 -08:00
2021-02-13 13:15:33 -05:00
2021-02-18 12:27:58 -05:00
2021-02-23 12:59:53 -08:00
2021-02-18 12:27:58 -05:00
2020-06-23 20:42:03 -07:00
2021-02-23 09:45:26 -08:00
2021-02-18 12:27:58 -05:00
2021-02-18 12:27:58 -05:00
2018-03-15 17:25:02 -07:00
2021-02-23 12:59:53 -08:00
2021-02-18 12:27:58 -05:00
2018-08-16 13:02:09 -10:00
2021-02-05 17:54:15 -05:00
2020-04-21 20:44:12 -07:00

Atlantis

Atlantis Logo

Terraform Pull Request Automation

Resources

What is Atlantis?

A self-hosted golang application that listens for Terraform pull request events via webhooks.

What does it do?

Runs terraform plan and apply remotely and comments back on the pull request with the output.

Why should you use it?

  • Make Terraform changes visible to your whole team.
  • Enable non-operations engineers to collaborate on Terraform.
  • Standardize your Terraform workflows.

Badges!

SuperDopeBadge Go Report Card codecov CircleCI Docker Image Metadata Slack Gitter chat

Stargazers over time

Stargazers over time

Description
Terraform Pull Request Automation
Readme 215 MiB