Skip to content

Commit 634464f

Browse files
committed
fix: update diff-filter default to ACMR to include renamed models
1 parent 543dca0 commit 634464f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
description: >
2323
git diff --diff-filter value.
2424
ACM = Added, Copied, Modified (excludes deleted models).
25-
default: "ACM"
25+
default: "ACMR"
2626
claude-model:
2727
description: >
2828
Claude model ID to use.

templates/mr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ elementary-mr-review:
2727
script:
2828
- |
2929
MODELS_PATH="${ELEMENTARY_CI_MODELS_PATH:-models/}"
30-
DIFF_FILTER="${ELEMENTARY_CI_DIFF_FILTER:-ACM}"
30+
DIFF_FILTER="${ELEMENTARY_CI_DIFF_FILTER:-ACMR}"
3131
3232
git fetch origin "${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"
3333

0 commit comments

Comments
 (0)