Skip to content

Commit ff8214b

Browse files
authored
Merge pull request #35 from WyriHaximus/add-boring-cyborg
Add boring cyborg
2 parents 37f2608 + 0f8995d commit ff8214b

File tree

2 files changed

+99
-0
lines changed

2 files changed

+99
-0
lines changed

.github/boring-cyborg.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
labelPRBasedOnFilePath:
2+
"Dependencies 📦":
3+
- Dockerfile*
4+
- composer.*
5+
- package.json
6+
- package-lock.json
7+
- yarn.lock
8+
"Docker 🐳":
9+
- Dockerfile*
10+
- .docker/**/*
11+
"Image 🖼":
12+
- "**/*.gif"
13+
- "**/*.jpg"
14+
- "**/*.jpeg"
15+
- "**/*.png"
16+
- "**/*.webp"
17+
"CSS 👩‍🎨":
18+
- "**/*.css"
19+
"HTML 👷‍♀️":
20+
- "**/*.htm"
21+
- "**/*.html"
22+
"NEON 🦹‍♂️":
23+
- "**/*.neon"
24+
"MarkDown 📝":
25+
- "**/*.md"
26+
"YAML 🍄":
27+
- "**/*.yml"
28+
- "**/*.yaml"
29+
"JSON 👨‍💼":
30+
- "**/*.json"
31+
"Go 🐹":
32+
- "**/*.go"
33+
"JavaScript 🦏":
34+
- "**/*.js"
35+
- package.json
36+
- package-lock.json
37+
- yarn.lock
38+
"PHP 🐘":
39+
- "**/*.php"
40+
- composer.*
41+
"Configuration ⚙":
42+
- .github/*
43+
"CI 🚧":
44+
- .github/workflows/*
45+
- .scrutinizer.yml
46+
"Templates 🌲":
47+
- "**/*.twig"
48+
- "**/*.tpl"
49+
"Helm ☸":
50+
- .helm/**/*
51+
"Tests 🧪":
52+
- tests/**/*
53+
"Source 🔮":
54+
- src/**/*
55+
56+
labelerFlags:
57+
labelOnPRUpdates: true

.github/settings.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,48 @@ labels:
1313
- name: "Dependencies 📦"
1414
color: 0025ff
1515
description: "Pull requests that update a dependency file"
16+
- name: "Image 🖼"
17+
color: 00ffff
18+
- name: "HTML 👷‍♀️"
19+
color: ffffff
20+
- name: "CSS 👩‍🎨"
21+
color: b3b3b3
22+
- name: "JavaScript 🦏"
23+
color: ffff00
24+
- name: "Go 🐹"
25+
color: 00ADD8
26+
- name: "JSON 👨‍💼"
27+
color: 00ADD8
28+
- name: "NEON 🦹‍♂️"
29+
color: CE3262
30+
- name: "MarkDown 📝"
31+
color: 000000
32+
- name: "YAML 🍄"
33+
color: ff1aff
34+
- name: "Templates 🌲"
35+
color: 009933
36+
- name: "Helm ☸"
37+
color: 091C84
38+
- name: "Tests 🧪"
39+
color: ffe6e6
40+
- name: "Source 🔮"
41+
color: e6ffe6
42+
- name: "Configuration ⚙"
43+
color: b3b3cc
1644
- name: "PHP 🐘"
1745
color: 8892BF
1846
description: "Hypertext Pre Processor"
47+
- name: "Docker 🐳"
48+
color: 0db7ed
49+
description: "Pull requests that relate to Docker"
50+
- name: "CI 🚧"
51+
color: ffff00
52+
- name: "Feature 🏗"
53+
color: 66ff99
54+
- name: "Documentation 📚"
55+
color: 6666ff
56+
- name: "Security 🕵️‍♀️"
57+
color: ff0000
1958
- name: "Hacktoberfest 🎃"
2059
color: 152347
2160
- name: "Bug 🐞"
@@ -50,6 +89,9 @@ labels:
5089
color: ffffff
5190
description: "This will not be worked on"
5291
oldname: wontfix
92+
- name: "Sponsor Request ❤️"
93+
color: fedbf0
94+
description: "Issue/PR opened by sponsor"
5395

5496
branches:
5597
- name: master

0 commit comments

Comments
 (0)