Skip to content

Commit

Permalink
Add gradle and xml files in github connector (#6439)
Browse files Browse the repository at this point in the history
  • Loading branch information
albandum authored Jul 25, 2024
1 parent 64a995b commit 1a36d2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connectors/src/connectors/github/lib/github_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ const EXTENSION_WHITELIST = [
".sql",
".kt",
".kts",
".gradle",
".xml",
];

const SUFFIX_BLACKLIST = [".min.js", ".min.css"];
Expand Down

0 comments on commit 1a36d2d

Please sign in to comment.