ci/github-script/commits: add comment about --creation-factor

This commit is contained in:
Wolfgang Walther
2025-07-16 11:58:08 +02:00
parent b46cb23251
commit 84925b35c4

View File

@@ -71,6 +71,7 @@ module.exports = async function ({ github, context, core }) {
'range-diff', 'range-diff',
'--no-color', '--no-color',
'--no-notes', '--no-notes',
// 100 means "any change will be reported"; 0 means "no change will be reported"
'--creation-factor=100', '--creation-factor=100',
`${original_sha}~..${original_sha}`, `${original_sha}~..${original_sha}`,
`${sha}~..${sha}`, `${sha}~..${sha}`,