diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..355f8c2 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,26 @@ +repository: + # See https://developer.github.com/v3/repos/#edit for all available settings. + + # The name of the repository. Changing this will rename the repository + name: wg-cocc + + # A short description of the repository that will show up on GitHub + description: ⚖️ CNCF Code of Conduct Committee WG (Bootstrap) + + # A URL with more information about the repository + homepage: https://cncf.io/projects + + # Collaborators: give specific users access to this repository. + # Note: changing this file will update the users visible in Github UI + # see /governance/roles.md for details on write access policy + # note that the permissions below may provide wider access than needed for + # a specific role, and we trust these individuals to act according to their + # role. If there are questions, please contact one of the chairs. +collaborators: + # Chairs + - username: dims + permission: admin + + # Others + - username: caniszczyk + permission: admin