Skip to main content

Github

The GitHub connector facilitates integration with GitHub repositories and actions, allowing seamless automation and data interaction. It enables tasks like creating issues, managing repositories, and automating workflows directly from your applications.

Configuring API Connector in DronaHQ

Add a Account name. Then click Save, it will open a pop-up window asking you to sign-in into your GitHub account. Continue with the steps and give access to DronaHQ to connect with your GitHub ID and its information.

Sign-in to your GitHub account
Sign-in to your GitHub account

After successfully configuring and saving the connector settings, you can easily access your newly connected account by navigating to the connected accounts list. You can find this option from the Connector -> Manage Account section. This centralized location allows you to conveniently monitor and manage your connected accounts.

Supported API endpoints

ActionDescription
GetProfileRetrieve user's profile details.
GetUserReposGet a list of repositories owned by a user.
ListAllOrganizationsFetch the list of organizations a user belongs to.
CreateGistCreate a new gist (code snippet) on GitHub.
GetRepoUsersRetrieve a list of users who have access to a repository.
CreateIssueCreate a new issue in a repository.
GetAllLabelsFetch all the labels available in a repository.
GetIssueListGet a list of issues from a repository.
UpdateIssueUpdate the details of an existing issue.
CreateCommentAdd a new comment to an issue or pull request.