File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
"TOC_TARGET_PATHS" : " README*.md" ,
18
18
"BRANCH_PREFIX" : " release/" ,
19
19
"ANNOTATION_EXCLUDE_PATTERNS" : [
20
- " warning jest" ,
21
- " warning babel-jest" ,
20
+ " >> warning " ,
22
21
" Cloning into" ,
23
22
" has unmet peer dependency" ,
24
- " has incorrect peer dependency"
23
+ " has incorrect peer dependency" ,
24
+ " Using version" ,
25
+ " travis-ci" ,
26
+ " tests/bootstrap.php"
25
27
]
26
28
}
Original file line number Diff line number Diff line change 20
20
with :
21
21
CONFIG_FILENAME : workflow-settings.json, workflow-details.json
22
22
IGNORE_WARNING : ' true'
23
- - uses : technote-space/download-annotations-action@v1
23
+ - uses : technote-space/download-annotations-action@v2
24
24
id : annotations
25
25
with :
26
26
TARGET_RUN_ID : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments