Skip to content

Add PRs to WorkflowRunPayload fixes #140 #141

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Extra field found
  • Loading branch information
craftyc0der committed Feb 3, 2022
commit c0effc6c5ba04aa1a8294e1b7e3aff0d3c1a43a3
1 change: 0 additions & 1 deletion github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -6437,7 +6437,6 @@ type WorkflowRunPayload struct {
Head struct {
Ref string `json:"ref"`
Sha string `json:"sha"`
URL string `json:"url"`
Repo struct {
ID int64 `json:"id"`
Name string `json:"name"`
Expand Down