Skip to content

README incorrect on group usage #121

@GavinF17

Description

@GavinF17

The current example config yaml displays the groups as an array, whereas it should be a map, i.e.

groups:
  - name: services
    repositories:
      - auth-service
      - user-service

should be

groups:
  services:
    repositories:
      - auth-service
      - user-service

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions