[wip] explore starter agentic workflows for all ops patterns#28667
Closed
[wip] explore starter agentic workflows for all ops patterns#28667
Conversation
Adds a starters/ directory with one minimal but useful starter workflow per Ops pattern (ChatOps, IssueOps, DailyOps, LabelOps, DataOps, DispatchOps, ProjectOps, WorkQueueOps, MultiRepoOps, BatchOps). Each workflow has ≤3 sentences in the markdown body and a concise YAML frontmatter, designed as copy-paste starters for new users. Includes a README.md with a summary table explaining each pattern and its recommended use case. Agent-Logs-Url: https://github.com/github/gh-aw/sessions/6b846b1e-a0fe-4d6e-85c2-3409ee16eacd Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
- Replace gh api shell call in data-ops with MCP search_pull_requests - Fix invalid date syntax in daily-ops and batch-ops to use computed dates Agent-Logs-Url: https://github.com/github/gh-aw/sessions/6b846b1e-a0fe-4d6e-85c2-3409ee16eacd Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
mnkiefer
April 27, 2026 06:01
View session
Collaborator
|
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.
Adds a
starters/gallery — one minimal, copy-paste-ready workflow per Ops pattern — giving new users a "GitHub Actions starter workflow" equivalent for GitHub Agentic Workflows.What's included
10 starters, each with ≤3-sentence markdown body and minimal YAML frontmatter:
chat-ops/pr-explain.md/explainslash command in PRissue-ops/first-contributor-welcome.mddaily-ops/stale-pr-nudge.mdlabel-ops/close-wontfix.mdwontfixlabel applieddata-ops/weekly-contribution-report.mddispatch-ops/codebase-qa.mdworkflow_dispatchwith question inputproject-ops/board-router.mdworkqueue-ops/checklist-processor.mdworkflow_dispatchwith issue numbermulti-repo-ops/cross-repo-issue-mirror.mdupstreamlabel appliedbatch-ops/bulk-stale-labeler.mdDesign constraints
safe-outputs— agent job stays read-onlystale,nudge) instruct the agent to compute the absolute date at runtime rather than embedding invalid syntax likeupdated:<7-days-agosearch_pull_requests,search_issues) — nogh apishell calls in agent promptsstarters/README.mdcontains the summary table and usage instructions with placeholder callouts (YOUR-ORG, project URL, secret names)