Unverified Commit 84925b35 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

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

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