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 7f45633 commit c388da7
Show file tree
Hide file tree
Showing 2 changed files with 21 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
20 changes: 20 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
_extends: template

repository:
name: hs-msgpack-rpc-conduit
description: A MessagePack RPC implementation in Haskell
topics: msgpack, rpc, protocol, network
has_issues: true

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

0 comments on commit c388da7

Please sign in to comment.