Skip to content

Commit

Permalink
build(release): compiled action for 1.1.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Jul 21, 2021
1 parent aec06ce commit 2f09e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function getCustomGeneratedFiles(context, owner, repo) {
return [2 /*return*/, Buffer.from(data.content, 'base64')
.toString('ascii')
.split('\n')
.filter(function (item) { return item.includes('linguist-generated=true'); })
.filter(function (item) { return item.includes('linguist-generated=true') || item.includes('pr-size-ignore=true'); })
.map(function (item) { return item.split(' ')[0]; })];
case 3:
e_1 = _a.sent();
Expand Down

0 comments on commit 2f09e98

Please sign in to comment.