Search Repositories

Search for repositories in GitHub.

Options

Field Definition Type Required
Result Set First Matching Record - returns the first record that matches.

All Matching Records - returns all matching records as a list.

Dropdown

FALSE

For more accurate results, avoid using partial strings in your input query.

Due to GitHub limitations, a maximum of 1000 records can be returned with this action card.

Input

Field Definition Type Required
Repository Name Name of the repository.

Text

FALSE

Description Short description of the repository.

Text

FALSE

Contents of README Contents of the preferred README for a repository.

Text

FALSE

Organization Organization to which the repository belongs.

Dropdown

FALSE

Language Language of the repository.

Text

FALSE

Topic List of topics for a repository.

Text

FALSE

License name value of the license for a repository.

Dropdown

FALSE

Is Private Repo? Indicates whether a repository is private (True) or public (False).

True/False

FALSE

Is Mirror? Indicates whether a repository is mirrored (True) or not (False).

True/False

FALSE

Is Archived? Indicates whether a repository is archived (True) or not (False).

True/False

FALSE

Output

Field Definition Type

Repositories

ID Unique identifier of the repository.

Number

Global Node ID node_id value of the repository in the GitHub API.

Text

Name Name of the repository.

Text

Full Name Combined username and name of the repository; example, octocat/Hello-World.

Text

Owner Login Name Username of the repository owner.

Text

Owner ID Unique identifier of the repository owner.

Number

Is Private? Indicates whether a repository is private (True) or public (False).

True/False

HTML URL URL of the repository; example, https://github.com/octocat.

Text

Description Short description of the repository.

Text

Is Fork? Indicates whether a repository is forked (True) or not (False).

True/False

Created At

Date and time when the object was created.

Date & Time

Updated At Date and time when the repository was last updated.

Date & Time

Pushed At Date and time when contents were last pushed in the repository.

Date & Time

Homepage URL of the homepage for the repository.

Text

Size Size of the repository (including all of its history), in kilobytes.

Number

Stargazers Count Number of users who have starred the repository.

Number

Watchers Count Number of users who are watching the repository.

Number

Language Language of the repository.

Text

Forks Count Number of forks of the repository.

Number

Open Issues Count Number of open issues in the repository.

Number

Score Value of the a call's rate limit score in the repository; see Resource limitations.

Number

Default Branch Indicates the default branch of the repository; example, Main.

Text

Is Archived? Indicates whether a repository is archived.

True/False

Related topics

GitHub connector

Workflow elements

GitHub API documentation