Skip to content

Commit

Permalink
Merge pull request #5 from lisadean/logging
Browse files Browse the repository at this point in the history
fix: gitattributes file not found
  • Loading branch information
lisadean authored Jul 21, 2021
2 parents 83a054f + 900c7a9 commit 419121b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ async function getCustomGeneratedFiles(context: Context, owner: string, repo: st
.filter((item) => item.includes('linguist-generated=true') || item.includes('pr-size-ignore=true'))
.map((item) => item.split(' ')[0]);
} catch (e) {
info(`No .gitattributes file found`);
return [];
}
}
Expand Down

0 comments on commit 419121b

Please sign in to comment.