wip: github actions

This commit is contained in:
Frank
2025-07-13 23:59:25 +08:00
parent d465f150fc
commit 7361a02ef3
6 changed files with 955 additions and 0 deletions

19
sdks/github/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "github",
"type": "module",
"private": true,
"devDependencies": {
"@octokit/webhooks-types": "^7.6.1",
"@types/bun": "latest",
"@types/node": "^24.0.10"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@octokit/graphql": "^9.0.1",
"@octokit/rest": "^22.0.0"
}
}