ci/github-script/commits: add comment about --creation-factor
This commit is contained in:
@@ -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}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user