You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: "The number of additional seconds to sleep before attempting to open a PR again, when rate limited by GitHub. Defaults to 60.",
112
113
Value: DefaultSecondsToWaitWhenRateLimited,
113
114
}
115
+
GenericMaxConcurrentClonesFlag= cli.IntFlag{
116
+
Name: MaxConcurrentClonesFlagName,
117
+
Usage: "The maximum number of concurrent clones to run at once. Defaults to 4. If set to 0 no limit will be applied.",
118
+
Value: DefaultMaxConcurrentClones,
119
+
}
114
120
GenericNoSkipCIFlag= cli.BoolFlag{
115
121
Name: NoSkipCIFlagName,
116
122
Usage: "By default, git-xargs prepends \"[skip ci]\" to its commit messages. Pass this flag to prevent \"[skip ci]\" from being prepending to commit messages.",
0 commit comments