UiPath Documentation
activities
latest
false
Integration Service activities

Repository Created

Repository Created trigger in the GitHub connector.

Project compatibility​

Windows | Cross-platform

Overview​

Description API Method API Path
The Repository Created trigger starts a workflow when a new repository is created in GitHub that matches the connector’s organization or user context and optional filter criteria. It exposes a hydrated repository object that can be used for provisioning, governance, or notification automations.​ GET /user/repos
GET /orgs/{org}/repos
Note:

GitHub does not have a single “list all repos in installation” endpoint; polling typically uses a user or org repository listings depending on the context of the connection.​

Input​

ParameterDescriptionData Type
FilterOptional repository filter (ID, name, description, homepage, default branch, archived, private, allow forking, visibility).variable

Output​

ParameterDescriptionData Type
Repository IDID of the repository that triggered.string
RepositoryHydrated repository object returned by GitHub.Object
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility​
  • Overview​
  • Input​
  • Output​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated