Преглед изворни кода

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,
 					author:       commit.GetCommitter().GetLogin(),
 					message:      *commit.Commit.Message,
+					date:         *commit.Commit.Committer.Date,
 				}
 				leaks = append(leaks, inspect(diff)...)
 			}