File tree Expand file tree Collapse file tree 3 files changed +105
-170
lines changed Expand file tree Collapse file tree 3 files changed +105
-170
lines changed Original file line number Diff line number Diff line change 3333 const role = response.data.role_name;
3434 core.info(`${author} permission level is: ${role}`);
3535
36- if(role === "admin" || role === "write") {
36+ if(role === "admin" || role === "write" || author === "carbon-automation[bot]" ) {
3737 core.info(`${author} has sufficient permissions for deploy previews!`);
3838 return;
3939 } else {
Original file line number Diff line number Diff line change 3939 ],
4040 "dependencies" : {
4141 "@carbon/charts-react" : " 0.55.0" ,
42- "@carbon/icons-react" : " ^11.61 .0" ,
43- "@carbon/pictograms" : " ^12.53 .0" ,
44- "@carbon/pictograms-react" : " ^11.79 .0" ,
42+ "@carbon/icons-react" : " ^11.62 .0" ,
43+ "@carbon/pictograms" : " ^12.55 .0" ,
44+ "@carbon/pictograms-react" : " ^11.81 .0" ,
4545 "@loadable/babel-plugin" : " ^5.16.1" ,
4646 "@loadable/component" : " ^5.16.4" ,
4747 "codesandbox" : " ^2.2.3" ,
4848 "d3" : " ^7.9.0" ,
4949 "gatsby" : " ^5.13.5" ,
5050 "gatsby-plugin-sass" : " ^6.14.0" ,
5151 "gatsby-plugin-sharp" : " ^5.13.1" ,
52- "gatsby-theme-carbon" : " ^4.3.6 " ,
52+ "gatsby-theme-carbon" : " ^4.3.9 " ,
5353 "markdown-it" : " ^14.1.0" ,
5454 "prettier-config-carbon" : " ^0.11.0" ,
5555 "react" : " ^18.2.0" ,
You can’t perform that action at this time.
0 commit comments