https://github.com/baloise/org
GitHub org settings, teams and memberships
https://github.com/baloise/org
Last synced: 10 days ago
JSON representation
GitHub org settings, teams and memberships
- Host: GitHub
- URL: https://github.com/baloise/org
- Owner: baloise
- License: apache-2.0
- Created: 2020-12-10T14:20:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T06:55:18.000Z (over 1 year ago)
- Last Synced: 2025-01-03T19:26:24.187Z (over 1 year ago)
- Size: 149 KB
- Stars: 0
- Watchers: 13
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
# 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](https://github.com/kubernetes/test-infra/tree/master/prow/cmd/peribolos) to manage our GitHub org settings, teams and memberships in a [yaml file](config.yaml).
## Automation
*peribolos* runs on every push to main and every PR to main (dry-run).
### Full Config Dump
```bash
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
```bash
docker run --rm gcr.io/k8s-prow/peribolos:latest --help
```