Pieter Lexis
|
2dbe987740
|
Add a singular 'Assignee' field to PR and Issue payloads
This is present when the action for a PR or Issue is "assigned" or
"unassiged", detailing the user assigned or unassiged.
|
2018-11-05 15:12:41 +01:00 |
|
Pieter Lexis
|
b3a5a8edf7
|
Add Assignees struct to IssuesPayload as well
|
2018-11-05 14:39:37 +01:00 |
|
Pieter Lexis
|
a39ebc145a
|
GitHub Payloads: Add Assignees where needed
Closes #50
|
2018-11-02 20:15:14 +01:00 |
|
Dean Karn
|
077706a514
|
Converted GitHub
|
2018-07-25 22:05:43 -07:00 |
|
bafko
|
63866ac80d
|
Updated Github PushPayload
|
2018-07-19 17:26:06 +02:00 |
|
binkkatal
|
2d55603413
|
Add fields in PushPayload for repository owner
All other webhook events have all the repository owner fields except push event.
This commit adds owner fields in `PushPayload`
```
Login string `json:"login"`
ID int64 `json:"id"`
AvatarURL string `json:"avatar_url"`
GravatarID string `json:"gravatar_id"`
URL string `json:"url"`
HTMLURL string `json:"html_url"`
FollowersURL string `json:"followers_url"`
FollowingURL string `json:"following_url"`
GistsURL string `json:"gists_url"`
StarredURL string `json:"starred_url"`
SubscriptionsURL string `json:"subscriptions_url"`
OrganizationsURL string `json:"organizations_url"`
ReposURL string `json:"repos_url"`
EventsURL string `json:"events_url"`
ReceivedEventsURL string `json:"received_events_url"`
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
```
|
2018-07-08 16:47:39 +05:30 |
|
Kishore Nallan
|
2c541a737f
|
Deployment Payload fields should be string.
|
2018-06-28 16:33:41 +05:30 |
|
Ratnadeep Debnath
|
9e4b7fa61b
|
Parse Github pull request labels from pull request payload.
|
2018-04-02 12:14:20 +05:30 |
|
kuiros
|
ea44f6921c
|
Add RequestedReviewers to PullRequestPayload
|
2018-03-10 15:33:16 -08:00 |
|
Pedro Pombeiro
|
8f6fada23d
|
Add support for ping events
|
2018-01-16 10:15:54 +01:00 |
|
Pedro Pombeiro
|
94f9d6694d
|
Add support for installation and integration_installation events
|
2018-01-16 10:15:29 +01:00 |
|
kairen
|
d60a03e52a
|
Add parse author association for GitHub comment
|
2017-10-20 16:14:26 +08:00 |
|
Samuel Karp
|
e120e3b3ba
|
payload: add Label to PullRequestPayload
|
2017-08-12 17:24:29 -07:00 |
|
Dean Karn
|
9a8b92d028
|
Update README
|
2017-05-04 15:04:26 -04:00 |
|
Rakesh Balasubramanian
|
cc075dfe29
|
fix(github): adds sha to commits in push payload
|
2017-05-02 11:25:35 -04:00 |
|
Dean Karn
|
05a2f7cd8d
|
refine payload interface{} to types
|
2017-04-21 20:40:02 -04:00 |
|
Dean Karn
|
5ed22cdd66
|
Initial GitHub Webhook revamp
|
2017-04-21 19:45:07 -04:00 |
|
joeybloggs
|
c6507a6c00
|
Add Processing + registration functionality
* Also updated/added comments
|
2015-10-29 16:53:20 -04:00 |
|
joeybloggs
|
28bd4943bc
|
Finished adding GitHub Event mapping structs
|
2015-10-29 12:26:29 -04:00 |
|