Skip to content

[WIP] Add daily workflow to keep documentation up to date#7

Open
Copilot wants to merge 3 commits intomainfrom
copilot/create-daily-doc-update-workflow
Open

[WIP] Add daily workflow to keep documentation up to date#7
Copilot wants to merge 3 commits intomainfrom
copilot/create-daily-doc-update-workflow

Conversation

Copy link

Copilot AI commented Mar 2, 2026

  • Understand gh-aw workflow format and template requirements
  • Explore repository structure (docs/, AGENTS.md, README.md, existing CI)
  • Install gh-aw CLI extension
  • Create .github/workflows/update-docs.md workflow file with proper frontmatter and agent prompt
  • Compile workflow with gh aw compile update-docs (0 errors, 0 warnings)
  • Ensure .gitattributes has the linguist-generated line for lock files
  • Verify workflow files are created correctly
  • Run code review and address feedback (widened git log window from 7 to 10 days)
  • Run CodeQL security check (0 alerts)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits March 2, 2026 20:48
Create update-docs workflow that runs daily on weekdays to identify
documentation files out of sync with recent code changes and open a
PR with necessary updates. Covers docs/, README.md, and AGENTS.md.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: ChrisRomp <1683889+ChrisRomp@users.noreply.github.com>
Addresses review feedback: 7-day window could miss changes if a
scheduled run is skipped (holidays, outages). 10 days ensures
coverage across weekends and any missed runs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: ChrisRomp <1683889+ChrisRomp@users.noreply.github.com>
@ChrisRomp ChrisRomp marked this pull request as ready for review March 2, 2026 20:54
Copilot AI review requested due to automatic review settings March 2, 2026 20:54
Copy link

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

3 participants