Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

payload: add Label to PullRequestPayload #16

Merged
merged 1 commit into from
Aug 17, 2017

Conversation

samuelkarp
Copy link
Contributor

Label now appears to be part of the pull request payload when the action is labeled, with a structure like this:

  "label": {
    "id": 123456789,
    "url": "https://api.github.com/repos/samuelkarp/my-repo/labels/my-label",
    "name": "my-label",
    "color": "e6e6e6",
    "default": false
  },

@deankarn
Copy link
Collaborator

Thanks @samuelkarp will review as soon as I get a chance :)

@deankarn deankarn merged commit cd89a10 into go-playground:v3 Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants