feat: 添加 Gitea PR 评审 Action 的初始实现
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "gitea-comments",
|
||||
"version": "0.1.0",
|
||||
"description": "Gitea comments action",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
},
|
||||
"keywords": [
|
||||
"gitea",
|
||||
"comments"
|
||||
],
|
||||
"author": "ren",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user