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 25, 2020
1 parent a6a2205 commit 9e42da1
Show file tree
Hide file tree
Showing 2 changed files with 23 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
22 changes: 22 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
_extends: template

repository:
name: hs-toxcore
description: Haskell Tox protocol implementation
homepage: https://toktok.ltd/spec
topics: haskell, toxcore, network, p2p
has_issues: true

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

0 comments on commit 9e42da1

Please sign in to comment.