Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Apr 24, 2024
1 parent 6b0909f commit cebf918
Showing 1 changed file with 24 additions and 55 deletions.
79 changes: 24 additions & 55 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,27 @@

_extends: .github

#repository:
# # The name of the repository. Changing this will rename the repository
# name: repo-name
#
# # A short description of the repository that will show up on GitHub
# description: description of repo
#
# # A URL with more information about the repository
# homepage: https://example.github.io/
#
# # A comma-separated list of topics to set on the repository
# topics: github, probot
#
# # Either `true` to make the repository private, or `false` to make it public.
# private: false

#teams:
# - name: core
# permission: admin

#collaborators:
# - username: bkeepers
# permission: push

# The permission to grant:
# * `pull` - can pull, but not push to or administer this repository.
# * `push` - can pull and push, but not administer this repository.
# * `admin` - can pull, push and administer this repository.
# * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
# * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.

#environments:
# - name: production
# reviewers:
# - id: 1
# type: 'Team'

#branches:
# - name: main
# protection:
# required_status_checks:
# strict: true
# # Required. The list of status checks to require in order to merge into this branch
# contexts: []

#labels:
# - name: breaking
# color: D73A4A
# description: Introduces a breaking change.

#milestones:
# - title: milestone-title
# description: milestone-description
# # The state of the milestone. Either `open` or `closed`
# state: open
repository:
name: platform
description: Turn data into revenue
homepage: https://mytiki.com/
topics: mytiki, platform
private: false
has_projects: true
has_discussions: false

teams:
- name: sysadmin
permission: admin
- name: engineering
permission: push
- name: product
permission: triage

branches:
- name: main
protection:
required_status_checks:
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts: []

0 comments on commit cebf918

Please sign in to comment.