Skip to content

Commit

Permalink
adjusted product mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Aug 26, 2024
1 parent 04275a9 commit 71424ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scripts/addClosingMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ module.exports = async ({ core, context, github }) => {

const repositoryMap = {
'mui-x': 'x',
'material-ui': 'core',
'base-ui': 'base',
'pigment-css': 'pigment',
'mui-toolpad': 'toolpad',
'material-ui': 'material-ui',
'base-ui': 'base-ui',
'pigment-css': 'pigment-css',
'joy-ui': 'joy-ui',
};

const commentLines = [
Expand Down

0 comments on commit 71424ea

Please sign in to comment.