Skip to content

Commit 12e02e5

Browse files
committed
adding labels file
1 parent ca93466 commit 12e02e5

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

.github/labels.yml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
- name: BLOCKER
2+
description: No further development until this is fixed.
3+
color: 000000
4+
5+
- name: BUG
6+
description: ""
7+
color: 994d00
8+
9+
- name: CI/CD
10+
description: ""
11+
color: b5f226
12+
13+
- name: Critical Priority
14+
description: ""
15+
color: ff0000
16+
17+
- name: Dependencies
18+
description: Dependencies
19+
color: a5db76
20+
21+
- name: Discussion
22+
description: ""
23+
color: bfdec3
24+
25+
- name: DO NOT MERGE
26+
description: ""
27+
color: 4f18e7
28+
29+
- name: Documentation
30+
description: ""
31+
color: bdd9db
32+
33+
- name: Duplicate
34+
description: ""
35+
color: cccccc
36+
37+
- name: Enhancement
38+
description: Improve any current implemented feature.
39+
color: 80b5ea
40+
41+
- name: Examples
42+
description: ""
43+
color: bfdec3
44+
45+
- name: Future
46+
description: To work on it in the future.
47+
color: c2ddf4
48+
49+
- name: Good First Issue
50+
description: Good and easy issue to start to work in PyANSYS development.
51+
color: f9cfc3
52+
53+
- name: Help wanted
54+
description: Tell the developers you need help or guidance.
55+
color: 12880c
56+
57+
- name: Maintenance
58+
description: Maintenance
59+
color: bbd2f1
60+
61+
- name: Major Priority
62+
description: ""
63+
color: ff7300
64+
65+
- name: MAPDL
66+
description: Requires changes in MAPDL
67+
color: 000000
68+
69+
- name: Minor Priority
70+
description: ""
71+
color: ffdd00
72+
73+
- name: New Feature
74+
description: Request/proposal for a new feature
75+
color: 235370
76+
77+
- name: Question
78+
description: ""
79+
color: c9317d
80+
81+
- name: Stale
82+
description: Stale issue, it will be closed.
83+
color: c106be
84+
85+
- name: Support
86+
description: ""
87+
color: 54afbb
88+
89+
- name: Won't fix
90+
description: ""
91+
color: ffffff

.github/workflows/label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
push:
55
branches: [ main ]
6+
paths:
7+
- '../labels.yml'
68

79
concurrency:
810
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)