Skip to content
forked from redhat-cop/org

Meta configuration for Red Hat Community of Practice Github Organization

License

Notifications You must be signed in to change notification settings

garethahealy/org

 
 

Repository files navigation

Red Hat Community of Practice GitHub Organization

This repository contains the metadata configuration for the Red Hat Community of Practice Github Organization. The data here is consumed by the peribolos tool to maintain organization and team membership, as well as team creation and deletion.

Please keep the config.yaml file recursively sorted.

yq can be helpful here:

# downcase all lists
yq -i e '(... | select(type == "!!seq"))[] |= downcase' config.yaml && \
# sort all lists
yq -i e '(... | select(type == "!!seq")) |= sort' config.yaml && \
# sort all keys
yq -i 'sort_keys(..)' config.yaml

Support

Need support? Open an issue.

About

Meta configuration for Red Hat Community of Practice Github Organization

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%