Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
28 changes: 14 additions & 14 deletions .github/workflows/reference-impl-sync.lock.yml

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

1 change: 0 additions & 1 deletion .github/workflows/reference-impl-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tools:
safe-outputs:
create-issue:
title-prefix: "[reference-impl-sync] "
assignees: [copilot-swe-agent]
labels: [reference-impl-sync]
expires: 6
close-issue:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/reference-impl-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,12 @@ jobs:

Follow the [agentic-merge-reference-impl](.github/prompts/agentic-merge-reference-impl.prompt.md) prompt to port these changes to the Java SDK."

# Create the issue and assign to Copilot coding agent
# Create the issue (Copilot coding agent picks it up via the label)
ISSUE_URL=$(gh issue create \
--repo "$REPO" \
--title "Reference implementation sync: ${COMMIT_COUNT} new commits (${DATE})" \
--body "$BODY" \
--label "reference-impl-sync" \
--assignee "copilot-swe-agent")
--label "reference-impl-sync")
Comment thread
edburns marked this conversation as resolved.
Outdated

echo "issue_url=$ISSUE_URL" >> "$GITHUB_OUTPUT"
echo "✅ Issue created and assigned to Copilot coding agent: $ISSUE_URL"
Expand Down
Loading