We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d3c19 commit 9bc0432Copy full SHA for 9bc0432
src/processor.ts
@@ -281,7 +281,7 @@ class CommitProcessor {
281
let target = this.processor.config?.newFilesTargetDefault ?? 'diff';
282
if (
283
await this.matchIdentifiers(
284
- this.processor.repoPaths.diff,
+ this.processor.repoPaths.merged,
285
file.file,
286
this.processor.config?.repos.base.identifiers
287
)
@@ -290,7 +290,7 @@ class CommitProcessor {
290
}
291
292
293
294
295
this.processor.config?.repos.diff.identifiers
296
0 commit comments