Skip to content

Commit 404912d

Browse files
edburnsCopilotCopilot
authored
Java: Fix items from traversal of Phase 08 checklist. Rust came along for the ride for issue-triage and sdk-consistency-review. (#1581)
* Add java/ to sdk-consistency-review agentic workflow path triggers Include Java SDK in the consistency review workflow by adding: - java/** path trigger - Java SDK location reference - Java naming convention (camelCase methods, PascalCase classes) - Updated SDK count from four to five Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Add sdk/java label to issue-triage agentic workflow Include Java SDK in issue triage by adding: - sdk/java to the allowed labels list - Java SDK entry in the SDK/Language Labels section - Java in the repository description Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add Rust to SDK consistency review workflow guidance Co-authored-by: edburns <75821+edburns@users.noreply.github.com> * Keep SDK consistency prompt Rust updates body-only Co-authored-by: edburns <75821+edburns@users.noreply.github.com> * chore: recompile workflow lock file --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
1 parent 5b906f1 commit 404912d

15 files changed

Lines changed: 1305 additions & 765 deletions

.github/aw/actions-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"version": "v7.0.0",
2626
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
2727
},
28-
"github/gh-aw-actions/setup@v0.74.4": {
28+
"github/gh-aw-actions/setup@v0.77.5": {
2929
"repo": "github/gh-aw-actions/setup",
30-
"version": "v0.74.4",
31-
"sha": "d3abfe96a194bce3a523ed2093ddedd5704cdf62"
30+
"version": "v0.77.5",
31+
"sha": "3ea13c02d765410340d533515cb31a7eef2baaf0"
3232
},
3333
"github/gh-aw/actions/setup@v0.52.1": {
3434
"repo": "github/gh-aw/actions/setup",

.github/workflows/cross-repo-issue-analysis.lock.yml

Lines changed: 114 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-bug.lock.yml

Lines changed: 109 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-documentation.lock.yml

Lines changed: 109 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-enhancement.lock.yml

Lines changed: 109 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/handle-question.lock.yml

Lines changed: 109 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-classification.lock.yml

Lines changed: 111 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.lock.yml

Lines changed: 126 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ safe-outputs:
2121
add-comment:
2222
max: 2
2323
add-labels:
24-
allowed: [bug, enhancement, question, documentation, sdk/dotnet, sdk/go, sdk/nodejs, sdk/python, priority/high, priority/low, testing, security, needs-info, duplicate]
24+
allowed: [bug, enhancement, question, documentation, sdk/dotnet, sdk/go, sdk/java, sdk/nodejs, sdk/python, priority/high, priority/low, testing, security, needs-info, duplicate]
2525
max: 10
2626
target: triggering
2727
update-issue:
@@ -33,7 +33,7 @@ timeout-minutes: 10
3333

3434
# Issue Triage Agent
3535

36-
You are an AI agent that triages newly opened issues in the copilot-sdk repository — a multi-language SDK with implementations in .NET, Go, Node.js, and Python.
36+
You are an AI agent that triages newly opened issues in the copilot-sdk repository — a multi-language SDK with implementations in .NET, Go, Java, Node.js, and Python.
3737

3838
## Your Task
3939

@@ -48,7 +48,8 @@ When a new issue is opened, analyze it and perform the following actions:
4848

4949
### SDK/Language Labels (apply one or more if the issue relates to specific SDKs):
5050
- `sdk/dotnet` — .NET SDK issues
51-
- `sdk/go` — Go SDK issues
51+
- `sdk/go` — Go SDK issues
52+
- `sdk/java` — Java SDK issues
5253
- `sdk/nodejs` — Node.js SDK issues
5354
- `sdk/python` — Python SDK issues
5455

.github/workflows/java-adapt-handwritten-code-to-accept-upgrade-changes.lock.yml

Lines changed: 127 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)