Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

chore: sync workflows #66

Merged
merged 2 commits into from
Feb 5, 2021
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
1 change: 1 addition & 0 deletions .github/workflow-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"BRANCH_PREFIX": "release/",
"ANNOTATION_EXCLUDE_PATTERNS": [
">> warning ",
">> hint: ",
"Cloning into",
"has unmet peer dependency",
"has incorrect peer dependency",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: 55 19 28 * *
- cron: 39 15 16 * *
repository_dispatch:
types: [check-link]
workflow_dispatch:
Expand Down