Skip to content

Commit

Permalink
Merge pull request #2680 from github/marcogario/filter_registries
Browse files Browse the repository at this point in the history
Filter registry credentials by language
  • Loading branch information
marcogario authored Jan 15, 2025
2 parents 1efc6bb + 31d11b1 commit 3b4f4d9
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/languages.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/languages.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions lib/start-proxy-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/start-proxy-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const LANGUAGE_ALIASES: { [lang: string]: Language } = {
"c#": Language.csharp,
kotlin: Language.java,
typescript: Language.javascript,
"javascript-typescript": Language.javascript,
"java-kotlin": Language.java,
};

/**
Expand Down
Loading

0 comments on commit 3b4f4d9

Please sign in to comment.