Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 3303873

Browse files
Naylin15ajsb85
authored andcommitted
build(github): add bot settings
Signed-off-by: Naylin <[email protected]>
1 parent 4a038aa commit 3303873

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

.github/invite-contributors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
isOutside: true
2+
# Team Name
3+
contributors

.github/settings.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
repository:
2+
name: mantis
3+
description: Mantis Bug Tracking
4+
homepage: https://pluginsglpi.github.io/mantis/
5+
topics: mantisbt, mantisbt-issue ,ticket-glpi, glpi, php, workflow, bug-tracker
6+
private: false
7+
has_issues: true
8+
has_wiki: false
9+
has_downloads: true
10+
default_branch: develop
11+
allow_squash_merge: true
12+
allow_merge_commit: false
13+
allow_rebase_merge: true
14+
labels:
15+
- name: bug
16+
color: f44336
17+
- name: build
18+
color: 795548
19+
- name: ci
20+
color: fbca04
21+
- name: documentation
22+
color: 607d8b
23+
- name: duplicate
24+
color: 9e9e9e
25+
- name: feature
26+
color: 3f51b5
27+
- name: hacktoberfest
28+
color: ff625f
29+
- name: invalid
30+
color: cddc39
31+
- name: performance
32+
color: 009688
33+
- name: question
34+
color: ff5722
35+
- name: refactor
36+
color: 9c27b0
37+
- name: style
38+
color: 2196f3
39+
- name: test
40+
color: 8bc34a
41+
- name: wontfix
42+
color: ffffff
43+
- name: help wanted
44+
color: 33aa3f
45+
- name: good first issue
46+
color: 7057ff

0 commit comments

Comments
 (0)