File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "BaseConfiguration" : " docutune-default.json" ,
3+ "Docsets" : [],
4+ "MetadataDelimiter" : " \" " ,
5+ "Exclude" : [],
6+ "PreloadTOCFiles" : [],
7+ "TermFiles" : [],
8+ "ApplyPolicies" : []
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "baseConfiguration" : " docutune-unattended-default.json" ,
3+ "onboarding" : {
4+ "maxInFlightPullRequests" : 20 ,
5+ "maxInFlightFiles" : 200
6+ },
7+ "pullRequest" : {
8+ "title" : " [BULK] [DocuTune-Remediation] - Scheduled execution to fix known issues in WAF" ,
9+ "batchSize" : 0 ,
10+ "maxBatches" : 100 ,
11+ "body" : " " ,
12+ "newBranchNamePrefix" : " " ,
13+ "headRemote" : " origin" ,
14+ "draft" : false ,
15+ "requestReview" : true ,
16+ "signOff" : false ,
17+ "properties" : {},
18+ "sleepInterval" : 15
19+ },
20+ "types" : [
21+ {
22+ "name" : " Default" ,
23+ "command" : " Fix" ,
24+ "configType" : " full" ,
25+ "stopAt" : 9
26+ },
27+ {
28+ "name" : " FlagBrokenLinks" ,
29+ "base" : " Default" ,
30+ "configType" : " links-only" ,
31+ "stopAt" : 10
32+ }
33+ ]
34+ }
You can’t perform that action at this time.
0 commit comments