Group Location
Explore Plans
Mobile menu Close menu
GitHubGitHub

Any new repository event

This trigger fires every time a new event occurs in a repository.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires every time a new event occurs in a repository.
API endpoint slug
github.new_repo_event

Trigger fields

Repository Text input

Label
Repository name
Helper text
The name of the repository
Slug
repository
Required
true
Can have default value
true

Ingredients

Created atDate and time event was created.

Slug
created_at
Filter code
Github.newRepoEvent.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

IDId of the event.

Slug
id
Filter code
Github.newRepoEvent.Id
Type
String
Example
2X32

TypeType of the event.

Slug
type
Filter code
Github.newRepoEvent.Type
Type
String
Example
PushEvent

UsernameThe user associated with the event.

Slug
username
Filter code
Github.newRepoEvent.Username
Type
String
Example
octocat

Repository nameThe repository associated with the event.

Slug
repository_name
Filter code
Github.newRepoEvent.RepositoryName
Type
String
Example
octocat/Hello-World

Repository URLThe repository url.

Slug
repository_url
Filter code
Github.newRepoEvent.RepositoryUrl
Type
Web URL
Example
https://github.com/octocat/Hello-World