hey, I'm having an issue with the following config...
# atlantis-community
t
hey, I'm having an issue with the following configuration:
Copy code
repos:
    - id: /.*/
      apply_requirements: [approved,mergeable,undiverged]
      import_requirements: [approved,mergeable,undiverged]
    - id: <http://git.mydomain.com/DeveloperPlatform/.*|git.mydomain.com/DeveloperPlatform/.*>
      apply_requirements: [mergeable,undiverged]
      workflow: packs
      delete_source_branch_on_merge: true
  policies:
    owners:
      users:
        - tmm
    policy_sets:
      - name: packs-tests
        path: /atlantis-data/policies/pack-tests
        source: local
  workflows:
    packs:
      policy_check:
        steps:
          - policy_check:
              extra_args: ["-p", "/atlantis-data/policies/pack-tests"]