List repository languages
GitHub list repository languages action lists the programming languages detected in a specific GitHub repository. This is a read-only action that returns language statistics based on GitHub's language detection for the repository.
Prerequisites
-
Your admin must install and configure the GitHub connector, add the GitHub actions pack under Admin > Actions, and enable this action.
-
A GitHub app must be installed on the relevant organization(s) and linked to the correct GitHub datasource in the Glean admin console.
Supported parameters
| Parameter | Type | Description |
|---|---|---|
| Owner | String | The username or organization that owns the repository (case-insensitive). |
| Repository | String | The name of the repository without the .git extension (case-insensitive). |
Usage examples
-
"What programming languages are used in the 'facebook/react' repository?"
-
"Show me the language breakdown for 'microsoft/vscode'."
-
"What is the primary language in the 'tensorflow/tensorflow' repository?"