Skip to content

Commit

Permalink
Add CODEOWNERS and settings.yml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Apr 24, 2020
1 parent 52e64b1 commit 3fbebdd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.github/ @TokTok/admins
19 changes: 19 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
_extends: template

repository:
name: go-toxcore-c
description: The golang bindings for libtoxcore (Project Tox).
topics: toxcore
has_issues: true

branches:
- name: "master"
protection:
required_status_checks:
contexts:
- Codacy/PR Quality Review
- Travis CI - Pull Request
- WIP
- code-review/reviewable
- license/cla

0 comments on commit 3fbebdd

Please sign in to comment.