Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/provision-groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
the memberships field in heros.yaml, and invokes the javabin-team-provisioner
Lambda with action=sync_groups_and_heros.

All heroes are implicitly members of the 'helter' group.
All group memberships are explicit — heroes must list each group in their memberships field.

Requires: aws CLI, PyYAML (available on GitHub Actions ubuntu-latest runners)
"""
Expand Down
2 changes: 1 addition & 1 deletion scripts/sync-heros.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def format_yaml(members):
"# creates a PR updating this file.",
"#",
"# Rules:",
"# - All members are implicitly in the 'helter' group (not listed in memberships)",
"# - The sync script auto-adds 'helter' to every hero's memberships",
"# - memberships references group names from groups.yaml",
"# - alias is optional — heroes can PR their preferred alias",
"# - javabin_google_email is the Google Workspace account (firstname.lastname@java.no)",
Expand Down