mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Add CODEOWNERS and settings.yml files.
This commit is contained in:
parent
6ef80efbf5
commit
a837559862
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/.github/ @TokTok/admins
|
49
.github/settings.yml
vendored
Normal file
49
.github/settings.yml
vendored
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
---
|
||||||
|
_extends: template
|
||||||
|
|
||||||
|
repository:
|
||||||
|
name: c-toxcore
|
||||||
|
description: The future of online communications.
|
||||||
|
homepage: https://tox.chat/
|
||||||
|
topics: toxcore, network, p2p, security, encryption, cryptography
|
||||||
|
has_issues: true
|
||||||
|
|
||||||
|
branches:
|
||||||
|
- name: "master"
|
||||||
|
protection:
|
||||||
|
required_status_checks:
|
||||||
|
contexts:
|
||||||
|
- Codacy/PR Quality Review
|
||||||
|
- CodeFactor
|
||||||
|
- Travis CI - Pull Request
|
||||||
|
- WIP
|
||||||
|
- "ci/circleci: asan"
|
||||||
|
- "ci/circleci: tsan"
|
||||||
|
- code-review/reviewable
|
||||||
|
- continuous-integration/appveyor/pr
|
||||||
|
|
||||||
|
# Labels specific to c-toxcore.
|
||||||
|
labels:
|
||||||
|
- name: "bootstrap"
|
||||||
|
color: "#01707f"
|
||||||
|
description: "Bootstrap"
|
||||||
|
|
||||||
|
- name: "crypto"
|
||||||
|
color: "#1d76db"
|
||||||
|
description: "Crypto"
|
||||||
|
|
||||||
|
- name: "file transfers"
|
||||||
|
color: "#e02abf"
|
||||||
|
description: "File Transfers"
|
||||||
|
|
||||||
|
- name: "messenger"
|
||||||
|
color: "#d93f0b"
|
||||||
|
description: "Messenger"
|
||||||
|
|
||||||
|
- name: "network"
|
||||||
|
color: "#d4c5f9"
|
||||||
|
description: "Network"
|
||||||
|
|
||||||
|
- name: "toxav"
|
||||||
|
color: "#0052cc"
|
||||||
|
description: "Audio/video"
|
Loading…
Reference in New Issue
Block a user