Skip to content
/ org Public

Meta configuration for Red Hat Community of Practice Github Organization

License

Notifications You must be signed in to change notification settings

redhat-cop/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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages