Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Switch Developer Documentation Consolidator cadence from daily to weekly#34031

Merged
pelikhan merged 3 commits into
mainfrom
copilot/change-developer-docs-schedule
May 22, 2026
Merged

Switch Developer Documentation Consolidator cadence from daily to weekly#34031
pelikhan merged 3 commits into
mainfrom
copilot/change-developer-docs-schedule

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

As requested, this PR description summarizes the schedule optimization change: developer-docs-consolidator currently runs daily, and this update moves it to a weekly cadence to reduce unnecessary executions while preserving periodic documentation consolidation.

  • Scope
    • Updated the workflow source definition in .github/workflows/developer-docs-consolidator.md from daily to weekly scheduling.
  • Behavioral Change
    • Trigger cadence is now weekly instead of daily.
  • Content Alignment
    • Updated the workflow mission text to reflect weekly cadence so runtime instructions match trigger behavior.
on:
  schedule:
-   - cron: daily
+   - cron: weekly

Copilot AI changed the title [WIP] Change Developer Documentation Consolidator schedule to weekly Switch Developer Documentation Consolidator cadence from daily to weekly May 22, 2026
Copilot AI requested a review from pelikhan May 22, 2026 15:21
@pelikhan pelikhan marked this pull request as ready for review May 22, 2026 16:00
Copilot AI review requested due to automatic review settings May 22, 2026 16:00
@pelikhan pelikhan merged commit c2082b9 into main May 22, 2026
@pelikhan pelikhan deleted the copilot/change-developer-docs-schedule branch May 22, 2026 16:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to reduce automation load by switching the Developer Documentation Consolidator workflow from a daily to a weekly cadence.

Changes:

  • Updated .github/workflows/developer-docs-consolidator.md to use a weekly schedule and adjusted the workflow mission text to match.
  • Updated .github/workflows/smoke-temporary-id.lock.yml with regenerated workflow content (tooling/action wiring, container versions, and related steps).
  • Updated .github/workflows/ai-moderator.lock.yml to change the GH_AW_SKIP_BOTS environment value.
Show a summary per file
File Description
.github/workflows/developer-docs-consolidator.md Changes consolidator schedule to weekly and updates mission text accordingly.
.github/workflows/smoke-temporary-id.lock.yml Regenerated lock workflow with updated setup/action usage and version bumps.
.github/workflows/ai-moderator.lock.yml Adjusts the compiled GH_AW_SKIP_BOTS value (ordering/casing).

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 3

Comment on lines 2 to 5
on:
schedule:
- cron: daily
- cron: weekly
workflow_dispatch: null
Comment on lines 1 to 7
---
on:
schedule:
- cron: daily
- cron: weekly
workflow_dispatch: null
permissions:
actions: read
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
GH_AW_SKIP_BOTS: "github-actions,copilot,dependabot,renovate,github-copilot-enterprise,copilot-swe-agent"
GH_AW_SKIP_BOTS: "github-actions,copilot-swe-agent,Copilot,copilot,dependabot,renovate,github-copilot-enterprise"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[q] Change Developer Documentation Consolidator schedule from daily to weekly

3 participants