Skip to content

Commit e05c209

Browse files
Copilotedburns
andauthored
Fix misleading comments about issue assignment mechanism in reference-impl-sync.yml
Agent-Logs-Url: https://github.com/github/copilot-sdk-java/sessions/70dec3f3-11c0-4254-9792-75f7b1fcf7a2 Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
1 parent d8070e2 commit e05c209

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/reference-impl-sync.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,16 @@ jobs:
129129
130130
Follow the [agentic-merge-reference-impl](.github/prompts/agentic-merge-reference-impl.prompt.md) prompt to port these changes to the Java SDK."
131131
132-
# Create the issue (Copilot coding agent picks it up via the label)
132+
# Create the issue with the label; the Copilot coding agent picks up
133+
# unassigned issues that carry the configured label.
133134
ISSUE_URL=$(gh issue create \
134135
--repo "$REPO" \
135136
--title "Reference implementation sync: ${COMMIT_COUNT} new commits (${DATE})" \
136137
--body "$BODY" \
137138
--label "reference-impl-sync")
138139
139140
echo "issue_url=$ISSUE_URL" >> "$GITHUB_OUTPUT"
140-
echo "✅ Issue created and assigned to Copilot coding agent: $ISSUE_URL"
141+
echo "✅ Issue created with label for Copilot coding agent: $ISSUE_URL"
141142
142143
- name: Summary
143144
if: always()

0 commit comments

Comments
 (0)