This Trigger fires every time a new commit in a repo is created on Github.
- API endpoint slug
- github.any_new_commit
Trigger fields
- Label
- Repository name
- Helper text
- e.g. IFTTT/JazzHands
- Slug
- repository
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- author_name
- Filter code
- Github.anyNewCommit.AuthorName
- Type
- String
- Example
- IFTTT
- Slug
- committer_name
- Filter code
- Github.anyNewCommit.CommitterName
- Type
- String
- Example
- IFTTT
- Slug
- commit_url
- Filter code
- Github.anyNewCommit.CommitUrl
- Type
- Web URL
- Example
- https://github.com/IFTTT/service-api/commit/99218c72a9564b842f30e367de0f2fe0f450f3b7
- Slug
- commit_sha
- Filter code
- Github.anyNewCommit.CommitSha
- Type
- String
- Example
- 99218c72a9564b842f30e367de0f2fe0f450f3b7
- Slug
- commit_message
- Filter code
- Github.anyNewCommit.CommitMessage
- Type
- String
- Example
- Adding new features
- Slug
- created_at
- Filter code
- Github.anyNewCommit.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00