Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions .github/workflows/workflow-generator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .github/workflows/workflow-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ safe-outputs:
update-issue:
status:
body:
target: "${{ github.event.issue.number }}"
assign-to-agent:
target: "triggering" # Auto-resolves from github.event.issue.number
allowed: [copilot] # Only allow copilot agent
Expand All @@ -36,7 +35,7 @@ You are a workflow coordinator for GitHub Agentic Workflows.

## Your Task

A user has submitted a workflow creation request via GitHub issue #${{ github.event.issue.number }}.
A user has submitted a workflow creation request via GitHub issue (the triggering issue).

Your job is to:

Expand Down
Loading