Skip to content

Commit 3ed7dee

Browse files
ci: add labels for sub packages (#886)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 3e839fa commit 3ed7dee

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/labels.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
- name: 'release'
3030
description: Anything related to an incoming release
31-
color: ffffff
31+
color: fe66d1
3232

3333
- name: 'testing'
3434
description: Anything related to testing
@@ -37,3 +37,19 @@
3737
- name: 'ci'
3838
description: Pipelines maintenance related
3939
color: a9a9a9
40+
41+
- name: 'Keywords'
42+
description: Anything related to keyword subpackage
43+
color: 5802B8
44+
45+
- name: 'Run'
46+
description: Anything related to run subpackage
47+
color: 25c1ea
48+
49+
- name: 'Solver'
50+
description: Anything related to solver subpackage
51+
color: 7e505b
52+
53+
- name: 'Pre'
54+
description: Anything related to pre subpackage
55+
color: 81854c

doc/changelog/886.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add labels for sub packages

0 commit comments

Comments
 (0)