Skip to content

Commit aa807c3

Browse files
committed
Add CODEOWNERS and settings.yml files.
1 parent d7ac424 commit aa807c3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.github/ @TokTok/admins

.github/settings.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
_extends: template
3+
4+
repository:
5+
name: hs-msgpack-types
6+
description: Abstract data types and type classes for Haskell to MessagePack value converters
7+
topics: msgpack, haskell
8+
has_issues: true
9+
10+
branches:
11+
- name: "master"
12+
protection:
13+
required_status_checks:
14+
contexts:
15+
- Codacy/PR Quality Review
16+
- Travis CI - Pull Request
17+
- WIP
18+
- code-review/reviewable
19+
- license/cla

0 commit comments

Comments
 (0)