feat: add slash_command centralized support to all smoke agentic workflows#36522
Merged
Conversation
…rkflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
June 2, 2026 20:14
View session
…ic workflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done in the latest commit. Updated all 24 smoke workflows from slash_command:
name: smoke-<name>
strategy: centralized
events: [issues, issue_comment, pull_request, pull_request_comment]All lock files have been recompiled accordingly. |
Copilot
AI
changed the title
feat: add slash_command decentralized support to all smoke agentic workflows
feat: add slash_command centralized support to all smoke agentic workflows
Jun 2, 2026
pelikhan
approved these changes
Jun 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enables centralized /smoke-… slash-command invocation for the smoke agentic workflows by adding on.slash_command blocks (with strategy: centralized) to the source .md workflows and regenerating the corresponding compiled .lock.yml workflows so the central dispatcher can route commands correctly.
Changes:
- Added
on: slash_command(centralized strategy + multi-surface events) across the targeted smoke workflow sources. - Recompiled affected
.lock.ymlworkflows to wire in command detection/position checking and propagatematched_commandoutputs. - Updated compiled workflow plumbing to better support comment/dispatch contexts (e.g., dispatch-aware conditions and command lists via
GH_AW_COMMANDS).
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/smoke-update-cross-repo-pr.md | Adds centralized slash_command trigger for this smoke workflow. |
| .github/workflows/smoke-update-cross-repo-pr.lock.yml | Regenerated compiled workflow to support centralized slash-command dispatch and command matching. |
| .github/workflows/smoke-test-tools.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-temporary-id.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-temporary-id.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-service-ports.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-project.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-project.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-pi.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-pi.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-otel-backends.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-opencode.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-opencode.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-multi-pr.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-multi-pr.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-gemini.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-gemini.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-crush.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-crush.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-create-cross-repo-pr.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-create-cross-repo-pr.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-copilot.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-copilot-sdk.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-copilot-arm.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-codex.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-claude.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-call-workflow.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-antigravity.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-antigravity.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-agent-scoped-approved.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-agent-scoped-approved.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-agent-public-none.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-agent-public-none.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-agent-public-approved.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-agent-public-approved.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-agent-all-none.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-agent-all-none.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
| .github/workflows/smoke-agent-all-merged.md | Adds centralized slash_command trigger. |
| .github/workflows/smoke-agent-all-merged.lock.yml | Regenerated compiled workflow for centralized slash-command dispatch + command matching outputs. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 48/48 changed files
- Comments generated: 0
4 tasks
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.
Smoke agentic workflows had no slash command support, requiring label-based or reaction triggers to invoke them. This adds
slash_command:triggers withstrategy: centralizedso each workflow can be invoked via/smoke<name>in issues and PR comments through the central dispatcher.Changes
slash_commandblock withstrategy: centralizedto theon:block of 24 smoke agentic.mdworkflows.lock.ymlfilesExclusions
smoke-cipull_request: types: [opened, synchronize, reopened]— incompatible withslash_command(only label-type PR events may coexist)smoke-workflow-call,smoke-workflow-call-with-inputsworkflow_callcomponents; not directly user-invokable