Skip to content

Commit 8b54469

Browse files
committed
Add CODEOWNERS and settings.yml files.
1 parent bd4caa8 commit 8b54469

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.github/ @TokTok/admins

.github/settings.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
_extends: template
3+
4+
repository:
5+
name: jvm-toxcore-c
6+
description: JVM (Java/Scala/Kotlin) bindings to toxcore
7+
topics: tox, java, scala, toxcore
8+
has_issues: true
9+
10+
branches:
11+
- name: "master"
12+
protection:
13+
required_status_checks:
14+
contexts:
15+
- Codacy/PR Quality Review
16+
- CodeFactor
17+
- Travis CI - Pull Request
18+
- WIP
19+
- code-review/reviewable
20+
- coverage/coveralls
21+
- license/cla

0 commit comments

Comments
 (0)