Skip to content

Commit 987d605

Browse files
authored
Add agentic workflow for upstream sync (#104)
* backup * Add agentic workflow for upstream sync Create a gh-aw agentic workflow that replaces the existing Copilot coding agent issue-based approach with a native GitHub Agentic Workflow for weekly upstream SDK syncing. The workflow checks for new upstream commits, analyzes diffs, ports changes to the Java SDK, runs tests, and creates a PR.
1 parent 9cbe437 commit 987d605

4 files changed

Lines changed: 1497 additions & 0 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
},
8+
"actions/setup-java@v4": {
9+
"repo": "actions/setup-java",
10+
"version": "v4",
11+
"sha": "c1e323688fd81a25caa38c78aa6df2d33d3e20d9"
12+
},
13+
"actions/setup-node@v4": {
14+
"repo": "actions/setup-node",
15+
"version": "v4",
16+
"sha": "49933ea5288caeca8642d1e84afbd3f7d6820020"
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)