Skip to content

Commit 0ebe523

Browse files
author
奶爸
committed
merge
2 parents b26a00f + 5580947 commit 0ebe523

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Library webhooks
22
================
3-
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">![Project status](https://img.shields.io/badge/version-3.8.0-green.svg)
3+
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">![Project status](https://img.shields.io/badge/version-3.11.0-green.svg)
44
[![Build Status](https://travis-ci.org/go-playground/webhooks.svg?branch=v3)](https://travis-ci.org/go-playground/webhooks)
55
[![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=v3)
66
[![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks)

github/payload.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,6 +2791,13 @@ type PullRequestPayload struct {
27912791
Type string `json:"type"`
27922792
SiteAdmin bool `json:"site_admin"`
27932793
} `json:"requested_reviewers,omitempty"`
2794+
Labels []struct {
2795+
ID int64 `json:"id"`
2796+
URL string `json:"url"`
2797+
Name string `json:"name"`
2798+
Color string `json:"color"`
2799+
Default bool `json:"default"`
2800+
} `json:"labels"`
27942801
Head struct {
27952802
Label string `json:"label"`
27962803
Ref string `json:"ref"`

0 commit comments

Comments
 (0)