activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service activities

Last updated Mar 24, 2026

Activities

The following table lists the activities that are included in the GitHub Activities Package.

ActivityDescription
Wait for an Event on GitHub and ResumePause the workflow at runtime and wait for an event to occur in GitHub and resume.
HTTP Request activityRun HTTP calls to a specified API.
Uploads a file to GitHub.
Insert RecordInsert a new record. After inserting the record, the activity outputs the String identifier assigned to the new record and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Update RecordUpdates an existing record. After updating the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Delete RecordDeletes a record. After deleting the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Get RecordRetrieves a record. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
List All RecordsLists all the records in GitHub.
Create branchCreates a branch from an existing repository in GitHub.
List all branchesLists all the branches from GitHub.
Download FileDownloads a file to GitHub.
Create issueCreates a issue in GitHub.
Create Issue CommentCreate a comment on an issue in a GitHub repository
Search issues and pull requestsSearches for an issue or pull request in GitHub.
Update issueUpdates an issue in GitHub.
Create pull requestCreates a pull request using GitHub.
Merge pull requestMerges a pull request in GitHub.
Create repositoryCreates a repository using GitHub.
Search repositoriesSearches for a repository in GitHub.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated