Skip to content

Commit

Permalink
chore: Improve bot with warning about core lib (#4610)
Browse files Browse the repository at this point in the history
Closes #4609
  • Loading branch information
marlass authored Sep 18, 2019
1 parent 4e433c1 commit a965b00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/api-extractor-action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ Toolkit.run(
? 'nothing changed ;)'
: '``` diff\n' + libDiff.diff + '\n```')
)
.join('\n')
.join('\n') +
'\n' +
'### @spartacus/core public API diff\n' +
'unable to analyze this library :(\n' +
'Please check changes in public API manually.'
);
}

Expand Down

0 comments on commit a965b00

Please sign in to comment.