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
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
8 changes: 4 additions & 4 deletions .github/workflows/reference-impl-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,16 @@ 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 with the label; the Copilot coding agent picks up
# unassigned issues that carry the configured 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")

echo "issue_url=$ISSUE_URL" >> "$GITHUB_OUTPUT"
echo "✅ Issue created and assigned to Copilot coding agent: $ISSUE_URL"
echo "✅ Issue created with label for Copilot coding agent: $ISSUE_URL"

- name: Summary
if: always()
Expand Down
Loading