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 6a6eef8 commit 811580c
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-schema
description: Encoding-independent schemas for Haskell data types
homepage: https://hackage.haskell.org/package/schema
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 811580c

Please sign in to comment.