Merge pull request #135 from thedemoncat/v6

Add "Runner" to  BuildEventPayload struct
This commit is contained in:
Anton Krivenko 2021-11-16 19:55:58 +03:00 committed by GitHub
commit 06301b5ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ type BuildEventPayload struct {
User User `json:"user"`
Commit BuildCommit `json:"commit"`
Repository Repository `json:"repository"`
Runner Runner `json:"runner"`
}
// JobEventPayload contains the information for GitLab's Job status change