Skip to content

Commit 92dbba8

Browse files
Merge pull request #14 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 2ea74f9 + 95a5977 commit 92dbba8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflow-settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"BRANCH_PREFIX": "release/",
1919
"ANNOTATION_EXCLUDE_PATTERNS": [
2020
">> warning ",
21+
">> hint: ",
2122
"Cloning into",
2223
"has unmet peer dependency",
2324
"has incorrect peer dependency",

.github/workflows/broken-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: 45 21 10 * *
3+
- cron: 32 20 17 * *
44
repository_dispatch:
55
types: [check-link]
66
workflow_dispatch:

.github/workflows/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
CONFIG_FILENAME: workflow-settings.json, workflow-details.json
1515
IGNORE_WARNING: 'true'
16-
- uses: technote-space/toc-generator@v3
16+
- uses: technote-space/toc-generator@v4
1717
with:
1818
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1919
FOLDING: ${{ env.TOC_FOLDING }}

0 commit comments

Comments
 (0)