Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 924 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 924 Bytes

org

Welcome, to the Baloise Github organisation user management.

If you want to join the Baloise Github organisaton, please head over to https://baloise.github.io/open-source/docs/md/guides/starting.html#become-a-member.

The remainder of this document contains information for maintainers / administrators of the organisation.

We are using Peribolos to manage our GitHub org settings, teams and memberships in a yaml file.

Automation

peribolos runs on every push to main and every PR to main (dry-run).

Full Config Dump

docker run --rm -v ~/peribolos-github-token:/etc/github/token gcr.io/k8s-prow/peribolos:latest \
  --dump baloise \
  --dump-full \
  --github-token-path /etc/github/token \
  > config.yaml

Peribolos Help

docker run --rm gcr.io/k8s-prow/peribolos:latest --help