Subscribe

UiPath Integration Service

The UiPath Integration Service Guide

GitHub events

The connector supports the following events via polling:

EventDescription
New Record CreatedTriggers when a new record is created. Supported on the following objects: repos.
Existing Record UpdatedTriggers when an existing record is updated. Supported on the following objects: repos.

📘

Note:

  • For events on Repos, events are notified as eventType: updated only if there are any commits on any of its branches in that repository and the name provided by the vendor will be set to objectId.
  • By performing Update on repos, you will not get an UPDATE event (for example, if you updated the repo name), unlike the standard polling.
  • When a new repo is created, due to the slight difference between created_at and pushed_at dates, updated events are also triggered.

Event polling is performed every 5 minutes, by default. This interval is configurable. For details, see the Triggers documentation.

Updated about a month ago

GitHub events


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.