Skip to content

Commit

Permalink
fix: only backfill files if requested (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Dec 21, 2021
1 parent 9659c1c commit ae007fe
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 67 deletions.
102 changes: 50 additions & 52 deletions __snapshots__/github.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const conventionalCommitsFilter = require('conventional-commits-filter');
export interface Commit {
sha: string;
message: string;
files: string[];
files?: string[];
pullRequest?: PullRequest;
}

Expand Down

0 comments on commit ae007fe

Please sign in to comment.