OHWR / ohwr.org

OHWR's website
https://ohwr.github.io/ohwr.org/
2 stars 3 forks source link

[CONT] Configure compatibility relationships #166

Open vascoguita opened 2 days ago

vascoguita commented 2 days ago

Content 📄

Configure the compatibility relationships between projects in the config.yaml.

Additional Information ℹ️

To make project-a and project-b appear as compatible, add a compatibles field to one of them, specifying the identifier of the other:

projects:
  - id: 'project-a'
    repository: 'https://example.com/project-a.git'
    contact:
      name: 'Superman'
      email: 'superman@example.com'
  - id: 'project-b'
    repository: 'https://example.com/project-b.git'
    contact:
      name: 'Batman'
      email: 'batman@example.com'
    compatibles:
      - 'project-a'
vascoguita commented 2 days ago

@mlipinsk could you configure the compatibility relationships of the White Rabbit projects, please?