Skip to content

Commit

Permalink
Create settings.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Aniszczyk <[email protected]>

Signed-off-by: Chris Aniszczyk <[email protected]>
  • Loading branch information
caniszczyk authored Jun 15, 2022
1 parent 159cf84 commit 740d2f1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 740d2f1

Please sign in to comment.