Преглед на файлове

Merge pull request #157 from camaya/add-commit-date-prs

Add commit date to Github PRs checks
Zachary Rice преди 7 години
родител
ревизия
3591560b34
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      github.go

+ 1 - 0
github.go

@@ -63,6 +63,7 @@ func auditGithubPR() ([]Leak, error) {
 					githubCommit: commit,
 					githubCommit: commit,
 					author:       commit.GetCommitter().GetLogin(),
 					author:       commit.GetCommitter().GetLogin(),
 					message:      *commit.Commit.Message,
 					message:      *commit.Commit.Message,
+					date:         *commit.Commit.Committer.Date,
 				}
 				}
 				leaks = append(leaks, inspect(diff)...)
 				leaks = append(leaks, inspect(diff)...)
 			}
 			}