We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7b72d commit bb33555Copy full SHA for bb33555
packages/cli/src/commands/fix/cmd-fix.mts
@@ -50,6 +50,13 @@ const generalFlags: MeowFlags = {
50
'https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository',
51
)} for managing auto-merge for pull requests in your repository.`,
52
},
53
+ batch: {
54
+ type: 'boolean',
55
+ default: false,
56
+ description:
57
+ 'Create a single PR for all fixes instead of one PR per GHSA (CI mode only)',
58
+ hidden: true,
59
+ },
60
applyFixes: {
61
aliases: ['onlyCompute'],
62
type: 'boolean',
0 commit comments