mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 01:18:27 +00:00
This enables atlantis.yaml in all repos, but by default restricts certain sensitive keys from being used. The keys apply_requirements, workflow, and workflows can only be specified in an atlantis.yaml file if explicitly allowed by a server side repo config. The repo config file provides the ability to specify a default set of workflows, and default values for apply_requirements and workflow to use use on a per repo basis. It also supports applying to a collection of repos by using regex to match a repo name. If more than one repo name matches, the values from last repo matched are used. This deprecates the --allow-repo-config option