mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 09:43:03 +01:00
Add CODEOWNERS and settings.yml files.
This commit is contained in:
parent
68db926f9f
commit
0ab2bad226
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1 @@
|
||||
/.github/ @TokTok/admins
|
20
.github/settings.yml
vendored
Normal file
20
.github/settings.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
_extends: template
|
||||
|
||||
repository:
|
||||
name: toxic
|
||||
description: An ncurses-based Tox client
|
||||
topics: tox, console, chat
|
||||
has_issues: true
|
||||
|
||||
branches:
|
||||
- name: "master"
|
||||
protection:
|
||||
required_status_checks:
|
||||
contexts:
|
||||
- Codacy/PR Quality Review
|
||||
- CodeFactor
|
||||
- Travis CI - Pull Request
|
||||
- WIP
|
||||
- code-review/reviewable
|
||||
- license/cla
|
Loading…
Reference in New Issue
Block a user