summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-04-24 23:51:27 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-04-25 03:12:12 +0000
commita837559862f48c3c32b068d2d9a826937adbcf99 (patch)
treebfe1bed0661bcb757de09d78d86511734dca22e9
parent6ef80efbf512588b3b06b24fe9d12147414e3cc8 (diff)
Add CODEOWNERS and settings.yml files.
-rw-r--r--.github/CODEOWNERS1
-rw-r--r--.github/settings.yml49
2 files changed, 50 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..59122984
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1 @@
/.github/ @TokTok/admins
diff --git a/.github/settings.yml b/.github/settings.yml
new file mode 100644
index 00000000..4ea1ac9c
--- /dev/null
+++ b/.github/settings.yml
@@ -0,0 +1,49 @@
1---
2_extends: template
3
4repository:
5 name: c-toxcore
6 description: The future of online communications.
7 homepage: https://tox.chat/
8 topics: toxcore, network, p2p, security, encryption, cryptography
9 has_issues: true
10
11branches:
12 - name: "master"
13 protection:
14 required_status_checks:
15 contexts:
16 - Codacy/PR Quality Review
17 - CodeFactor
18 - Travis CI - Pull Request
19 - WIP
20 - "ci/circleci: asan"
21 - "ci/circleci: tsan"
22 - code-review/reviewable
23 - continuous-integration/appveyor/pr
24
25# Labels specific to c-toxcore.
26labels:
27 - name: "bootstrap"
28 color: "#01707f"
29 description: "Bootstrap"
30
31 - name: "crypto"
32 color: "#1d76db"
33 description: "Crypto"
34
35 - name: "file transfers"
36 color: "#e02abf"
37 description: "File Transfers"
38
39 - name: "messenger"
40 color: "#d93f0b"
41 description: "Messenger"
42
43 - name: "network"
44 color: "#d4c5f9"
45 description: "Network"
46
47 - name: "toxav"
48 color: "#0052cc"
49 description: "Audio/video"