Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 09af79c

Browse files
lunnytechknowlogick
authored andcommitted
add commit file status (#135)
1 parent 140e9fc commit 09af79c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitea/hook.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ type PayloadCommit struct {
160160
Verification *PayloadCommitVerification `json:"verification"`
161161
// swagger:strfmt date-time
162162
Timestamp time.Time `json:"timestamp"`
163+
Added []string `json:"added"`
164+
Removed []string `json:"removed"`
165+
Modified []string `json:"modified"`
163166
}
164167

165168
// PayloadCommitVerification represents the GPG verification of a commit

0 commit comments

Comments
 (0)