We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--certify-safe
1 parent db407a9 commit 09fce0eCopy full SHA for 09fce0e
bin/ncu-ci.js
@@ -114,7 +114,7 @@ const args = yargs(hideBin(process.argv))
114
describe: 'ID of the PR',
115
type: 'number'
116
})
117
- .positional('certify-safe', {
+ .option('certify-safe', {
118
describe: 'SHA of the commit that is expected to be at the tip of the PR head. ' +
119
'If not provided, the command will use the SHA of the last approved commit.',
120
type: 'string'
0 commit comments