Skip to content

Commit 31083a5

Browse files
authored
Merge pull request #42864 from github/repo-sync
Repo sync
2 parents 67652a5 + c84eaff commit 31083a5

40 files changed

+262
-62
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Check Broken Docs Links in github/github
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
10+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
1111

1212
permissions:
1313
contents: read

.github/workflows/delete-orphan-translation-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Delete orphan translation files
1414
on:
1515
workflow_dispatch:
1616
schedule:
17-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
17+
- cron: '20 16 * * 3' # Run every Wednesday at 16:20 UTC / 8:20 PST — orphan & hygiene cleanup theme
1818

1919
permissions:
2020
contents: write

.github/workflows/docs-review-collect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Add docs-reviewers request to the docs-content review board
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 */6 * * *' # Run every 6 hours at 20 minutes after
10+
- cron: '20 16 * * 1-5' # Run Mon-Fri at 16:20 UTC / 8:20 PST
1111

1212
permissions:
1313
contents: read

.github/workflows/enterprise-dates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Enterprise date updater
1111
on:
1212
workflow_dispatch:
1313
schedule:
14-
- cron: '20 16 * * 2' # Run every Tuesday at 16:20 UTC / 8:20 PST
14+
- cron: '20 16 * * 4' # Run every Thursday at 16:20 UTC / 8:20 PST — infrastructure & releases theme
1515

1616
permissions:
1717
contents: write

.github/workflows/enterprise-release-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Open Enterprise release or deprecation issue
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
10+
- cron: '20 16 * * 4' # Run every Thursday at 16:20 UTC / 8:20 PST — infrastructure & releases theme
1111

1212
permissions:
1313
contents: read

.github/workflows/index-autocomplete-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Index autocomplete search in Elasticsearch
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
10+
- cron: '20 16 * * 1-5' # Run Mon-Fri at 16:20 UTC / 8:20 PST
1111
pull_request:
1212
paths:
1313
- .github/workflows/index-autocomplete-search.yml

.github/workflows/index-general-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
required: false
1818
default: ''
1919
schedule:
20-
- cron: '20 16 * * *' # Run every 24 hours at 20 minutes past the hour
20+
- cron: '20 16 * * 1-5' # Run Mon-Fri at 16:20 UTC / 8:20 PST
2121
workflow_run:
2222
workflows: ['Purge Fastly']
2323
types:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Check External Links
55

66
on:
77
schedule:
8-
- cron: '20 16 * * 3' # Wednesday at 16:20 UTC
8+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
99
workflow_dispatch:
1010
inputs:
1111
max_urls:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Check Internal Links
66

77
on:
88
schedule:
9-
- cron: '20 16 * * 2' # Tuesday at 16:20 UTC
9+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
1010
workflow_dispatch:
1111
inputs:
1212
version:

.github/workflows/lint-entire-content-data-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: 'Lint entire content and data markdown files'
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * 0' # Run every day at 16:20 UTC / 8:20 PST every Sunday
10+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)