Skip to content

Commit 3091da5

Browse files
chore: sync workflows
1 parent 7135f79 commit 3091da5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflow-settings.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"TOC_TARGET_PATHS": "README*.md",
1818
"BRANCH_PREFIX": "release/",
1919
"ANNOTATION_EXCLUDE_PATTERNS": [
20-
"warning jest",
21-
"warning babel-jest",
20+
">> warning ",
2221
"Cloning into",
2322
"has unmet peer dependency",
24-
"has incorrect peer dependency"
23+
"has incorrect peer dependency",
24+
"Using version",
25+
"travis-ci",
26+
"tests/bootstrap.php"
2527
]
2628
}

.github/workflows/check-warnings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
CONFIG_FILENAME: workflow-settings.json, workflow-details.json
2222
IGNORE_WARNING: 'true'
23-
- uses: technote-space/download-annotations-action@v1
23+
- uses: technote-space/download-annotations-action@v2
2424
id: annotations
2525
with:
2626
TARGET_RUN_ID: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)