Skip to content

Commit 70a1b32

Browse files
brunoborgesCopilot
andcommitted
Add agentic workflow to check for new JDK releases
Runs on March 15 and September 15 (aligned with OpenJDK release cadence). Checks openjdk.org for new GA releases, researches finalized features, and creates a PR with new snippet cards for the site. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a3cdefe commit 70a1b32

4 files changed

Lines changed: 1163 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)