Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: sync workflows
  • Loading branch information
technote-space committed Jan 7, 2021
commit 354898e1ab81e004a243f94116376341bdd669b3
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