Skip to main content
Find Contributors with Github

Find all contributors for a Github repository

Updated over a week ago

Introduction

This integration allows users to retrieve a list of all contributors for a specified GitHub repository using Clay's automation capabilities. By leveraging the GitHub API's collaborators endpoint, the action fetches comprehensive data on individuals who have made contributions to the repository, including their usernames, commit counts, and other relevant details. This functionality streamlines the process of identifying and analyzing project contributors for various purposes.

Input

Name

Is Optional

Description

Type

Repository URL or Name

e.g. https://github.com/clay-run/clay-base-sdk or clay-run/clay-base-sdk

url

Include Anonymous Contributors

true

Include contributors with no GitHub user tied to their contributions. Due to [GitHub limits](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors), only the first 500 contributors will have user information. Occasionally, these anonymous contributors can have a non-GitHub email address associated with them. Default is false.

boolean

Output

Name

Type

Contributors

array

Did this answer your question?