Add agentic workflow definitions for repository automation#76
Draft
Add agentic workflow definitions for repository automation#76
Conversation
Co-authored-by: martinwoodward <856858+martinwoodward@users.noreply.github.com>
Co-authored-by: martinwoodward <856858+martinwoodward@users.noreply.github.com>
Co-authored-by: martinwoodward <856858+martinwoodward@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add agentic workflows for auto-merging Dependabot updates
Add agentic workflow definitions for repository automation
Jan 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements AI-powered automation workflows using GitHub's experimental gh-aw tool. Provides natural language workflow definitions for common maintenance tasks—particularly safe Dependabot auto-merge.
Workflows Added
Source definitions only (
.mdformat). Requiresgh aw compileto generate executable.lock.ymlfiles.dependabot-auto-merge.md- Auto-approves patch/minor npm updates after CI passes. Requires manual review for major versions.issue-triage.md- Labels and analyzes new issues with debugging tips, duplicate detection, stack-aware context.ci-doctor.md- Investigates failed CI runs, analyzes logs, identifies root causes (Astro build, dependencies, deployment).pr-description-enhancer.md- Adds structured context to PRs: dependency changelogs, content metadata, review checklists.Design Decisions
Why not include
.lock.ymlfiles?Auto-generated, require AI model configuration and API keys. Users opt-in by compiling locally.
Safety constraints:
permissions: read-allby defaultsafe-outputswhitelist (add-comment, add-labels, approve-pr, enable-auto-merge)stop-after: +6moon all workflows (time-limited experimentation)Setup Required
gh extension install githubnext/gh-aw gh aw compile # Configure AI model, add secrets, commit .lock.yml filesSee
.github/workflows/AGENTIC_WORKFLOWS.mdfor complete documentation.Repository Updates
README.mdwith automation sectiondependabot.ymlwith workflow compatibility notesOriginal prompt
💡 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.