From a837559862f48c3c32b068d2d9a826937adbcf99 Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 24 Apr 2020 23:51:27 +0000 Subject: Add CODEOWNERS and settings.yml files. --- .github/CODEOWNERS | 1 + .github/settings.yml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/settings.yml 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 @@ +--- +_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" -- cgit v1.2.3