Edit on GitHub

gitomator-make-teams

Usage:

 $ gitomator-make-teams TEAMS-CONFIG

Minimal configuration

Specify teams (by name) and their members (e.g. GitHub usernames).

Students:
  - Alice
  - Bob
  - Charlie
  - Dave

Teaching-Assistants:
  - Zoe
  - Ron

When you run gitomator-make-teams, Gitomator will create all missing teams and add all missing team memberships.

Users who are not yet members of your GitHub organization, will automatically get an email invite to join.

Specify Role

By default, team members have the member role, but you can specify a different role. For example:

Team1:
  - Alice
  - Bob
  - {Zoe: maintainer}

Team2:
  - Charlie
  - Dave
  - {Ron: maintainer}