Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
chore: sync workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jan 7, 2021
1 parent 7028e4d commit e3ef8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflow-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"TOC_TARGET_PATHS": "README*.md",
"BRANCH_PREFIX": "release/",
"ANNOTATION_EXCLUDE_PATTERNS": [
"warning jest",
"warning babel-jest",
">> warning ",
"Cloning into",
"has unmet peer dependency",
"has incorrect peer dependency"
"has incorrect peer dependency",
"Using version",
"travis-ci",
"tests/bootstrap.php"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/check-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
CONFIG_FILENAME: workflow-settings.json, workflow-details.json
IGNORE_WARNING: 'true'
- uses: technote-space/download-annotations-action@v1
- uses: technote-space/download-annotations-action@v2
id: annotations
with:
TARGET_RUN_ID: ${{ github.event.workflow_run.id }}
Expand Down

0 comments on commit e3ef8d4

Please sign in to comment.