From 740d2f1a708fabc9027e45f9e6599b6b4d9de70d Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Wed, 15 Jun 2022 09:41:34 -0500 Subject: [PATCH] Create settings.yml Signed-off-by: Chris Aniszczyk Signed-off-by: Chris Aniszczyk --- .github/settings.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/settings.yml 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