This commit is contained in:
Kreyren 2020-02-12 22:15:34 +00:00
parent 652a1574fe
commit bf047bb966
2 changed files with 39 additions and 38 deletions

26
.github/label-pr.yml vendored

@ -1,32 +1,32 @@
# Programming language specific # Programming language specific
- regExp: '.*\.rs' - regExp: '.*\.rs$'
labels: ["rustlang"] labels: ["rustlang"]
- regExp: '.*\\.py' - regExp: '.*\.py$'
labels: ["python"] labels: ["python"]
- regExp: '.*\.c' - regExp: '.*\.c$'
labels: ["c-lang"] labels: ["c-lang"]
- regExp: '.*\.cpp' - regExp: '.*\.cpp$'
labels: ["CPP"] labels: ["CPP"]
- regExp: '.*\.sh' - regExp: '.*\.sh$'
labels: ["shell"] labels: ["shell"]
- regExp: '.*\.bash' - regExp: '.*\.bash$'
labels: ["bash"] labels: ["bash"]
- regExp: '.*\.br' - regExp: '.*\.br$'
labels: ["brainfuck"] labels: ["brainfuck"]
- regExp: '.*\.jar' - regExp: '.*\.jar$'
labels: ["java"] labels: ["java"]
- regExp: '.*\.v' - regExp: '.*\.v$'
labels: ["vlang"] labels: ["vlang"]
- regExp: '.*\.cs' - regExp: '.*\.cs$'
labels: ["csharp"] labels: ["csharp"]
- regExp: '^/tests/.*' - regExp: '^/tests/.*'
@ -35,13 +35,13 @@
- regExp: '^/benches/.*' - regExp: '^/benches/.*'
labels: ["benches"] labels: ["benches"]
- regExp: '^LICENSE\.md' - regExp: '.*LICENSE\.md$'
labels: ["license"] labels: ["license"]
- regExp: '.*\.md' - regExp: '.*\.md$'
labels: ["markdown"] labels: ["markdown"]
- regExp: '^(Cargo\.toml|requirements\.txt)' - regExp: '(.*Cargo\.toml$|.*requirements\.txt$)'
labels: ["dependencies"] labels: ["dependencies"]
# Repository specific # Repository specific

51
.github/labels.yml vendored

@ -1,5 +1,31 @@
# This file handles labels on GitHub # This file handles labels on GitHub
# Priority handling
- name: P - SHTF
color: ae00ff
description: "Stop whatever you are doing and focus on this"
- name: P - Very High
color: ff2f00
description: "FIXME"
- name: P - High
color: 910f00
description: "FIXME"
- name: P - Med
color: ffd000
description: "FIXME"
- name: P - Low
color: b3ff00
description: "FIXME"
- name: P - Very Low
color: 73ff00
description: "FIXME"
# MISC
- name: bug - name: bug
color: d73a4a color: d73a4a
description: "Something isn't working" description: "Something isn't working"
@ -36,31 +62,6 @@
color: cc1250 color: cc1250
description: "Relevant to benchmarks" description: "Relevant to benchmarks"
# Priority handling
- name: P - SHTF
color: ae00ff
description: "Stop whatever you are doing and focus on this"
- name: P - Very High
color: ff2f00
description: "FIXME"
- name: P - High
color: 910f00
description: "FIXME"
- name: P - Med
color: ffd000
description: "FIXME"
- name: P - Low
color: b3ff00
description: "FIXME"
- name: P - Very Low
color: 73ff00
description: "FIXME"
# Programming language specific # Programming language specific
- name: python - name: python
color: 00aeff color: 00aeff