Skip to content

Commit 49550c1

Browse files
ci(github): update manager react components folder
ref: MANAGER-14822 Signed-off-by: Alex Boungnaseng <alex.boungnaseng.ext@corp.ovh.com>
1 parent 04064c2 commit 49550c1

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

.github/CODEOWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ packages/manager/modules/ @ovh/team-manager-dev-angularjs
1414
*.tsx @ovh/team-manager-dev-reactjs @ovh/su-digital-tools-core-stack
1515
/playwright-helpers/ @ovh/team-manager-dev-reactjs
1616

17-
# Manager-React-Components
18-
/packages/manager-react-components @ovh/team-manager-control-tower
17+
# Manager-components
18+
/packages/manager-components @ovh/team-manager-control-tower
1919

2020
# Continuous Integration and scripts
2121
.github/workflows @ovh/su-digital-tools-core-service-delivery

.github/ISSUE_TEMPLATE/manager_components_bug_report.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Bug Report on Manager Components (Internal)
22
description: File a bug report on Manager components
3-
title: '[manager-react-components]: <TITLE>'
4-
labels: ['manager-react-components', 'bug']
5-
projects: ['ovh/22']
3+
title: '[manager-components]: <TITLE>'
4+
labels: ['manager-components', 'bug']
5+
projects: ["ovh/22"]
66
body:
77
- type: markdown
88
attributes:
@@ -32,19 +32,19 @@ body:
3232
description: The browser(s) this issue occurred with.
3333
validations:
3434
required: false
35-
- type: 'checkboxes'
36-
id: 'operating-system'
35+
- type: "checkboxes"
36+
id: "operating-system"
3737
attributes:
38-
label: 'Operating System'
39-
description: 'The operating system(s) this issue occurred with.'
38+
label: "Operating System"
39+
description: "The operating system(s) this issue occurred with."
4040
options:
41-
- label: 'macOS'
42-
- label: 'Windows'
43-
- label: 'Linux'
44-
- type: 'textarea'
45-
id: 'additional-information'
41+
- label: "macOS"
42+
- label: "Windows"
43+
- label: "Linux"
44+
- type: "textarea"
45+
id: "additional-information"
4646
attributes:
47-
label: 'Additional Information'
47+
label: "Additional Information"
4848
description: |
4949
Use this section to provide any additional information you might have
5050
like screenshots, notes, or links to ideas.

.github/ISSUE_TEMPLATE/manager_components_feature_request.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: New Feature Request for Manager Components (Internal)
22
description: Request for new component/hook/util
3-
title: '[manager-react-components]: <TITLE>'
4-
labels: ['manager-react-components', 'feature']
5-
projects: ['ovh/22']
3+
title: '[manager-components]: <TITLE>'
4+
labels: ['manager-components', 'feature']
5+
projects: ["ovh/22"]
66
body:
77
- type: markdown
88
attributes:
@@ -12,8 +12,8 @@ body:
1212
value: Please make sure to check if similar component already exists.
1313
- type: checkboxes
1414
attributes:
15-
label: Have you already checked if a similar item is present on manager-react-components?
16-
description: Before to open a request on our GitHub repository, did you already check if the similar item is present on the manager-react-components storybook?
15+
label: Have you already checked if a similar item is present on manager-components?
16+
description: Before to open a request on our GitHub repository, did you already check if the similar item is present on the manager-components storybook?
1717
options:
1818
- label: Yes, I have already checked the existing components/hooks/utils.
1919
required: false

.github/labeler.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ enabler:
7070
- packages/manager/apps/carbon-calculator/**
7171
- packages/manager/apps/iam/**
7272
- packages/manager/apps/key-management-service/**
73-
manager-react-components:
74-
- packages/manager-react-components/src/**
73+
manager-components:
74+
- packages/manager-components/src/**
7575
common:
7676
- packages/components/**
7777
- packages/manager/core/**
@@ -104,6 +104,6 @@ common:
104104
- packages/manager/modules/trusted-nic/**
105105
- packages/manager/modules/web-universe-components/**
106106
- packages/manager/tools/**
107-
- packages/manager-react-components/**
107+
- packages/manager-components/**
108108
- playwright-helpers/**
109109
- scripts/**

.github/workflows/run-bdd-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build BDD covered packages and dependencies
2222
run: |
2323
yarn exec turbo -- run build --filter="./packages/manager/core/*" --concurrency=5
24-
yarn exec turbo -- run build --filter="./packages/manager/manager-react-components/*" --concurrency=5
24+
yarn exec turbo -- run build --filter="./packages/manager/manager-components/*" --concurrency=5
2525
yarn exec turbo -- run build --filter="./packages/manager/modules/order" --concurrency=5
2626
# This task is for running the jest tests outside microApps
2727
- name: Run tests Jest

0 commit comments

Comments
 (0)