Skip to content

Commit 7be72ca

Browse files
[infra] Adjust repository slug to product id mapping (#182)
1 parent 04275a9 commit 7be72ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/scripts/addClosingMessage.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ module.exports = async ({ core, context, github }) => {
2020

2121
const repositoryMap = {
2222
'mui-x': 'x',
23-
'material-ui': 'core',
24-
'base-ui': 'base',
25-
'pigment-css': 'pigment',
2623
'mui-toolpad': 'toolpad',
24+
'material-ui': 'material-ui',
25+
'base-ui': 'base-ui',
26+
'pigment-css': 'pigment-css',
27+
'joy-ui': 'joy-ui',
2728
};
2829

2930
const commentLines = [

0 commit comments

Comments
 (0)