mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-15 02:53:02 +01:00
21 lines
407 B
YAML
21 lines
407 B
YAML
|
---
|
||
|
_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
|