Skip to content

Commit 8e3f61c

Browse files
authored
chore: auto AI reply (#2025)
* chore: 没有pnpm-lock.yaml 文件会报错 * chore: 调试自动回复
1 parent 10917b0 commit 8e3f61c

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/discussion-automated.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@v3
2929
with:
3030
node-version: 20
31-
cache: 'pnpm'
3231
- name: Install dependencies
3332
run: |
3433
pnpm i

.github/workflows/issue-automated.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@v3
2929
with:
3030
node-version: 20
31-
cache: 'pnpm'
3231
- name: Install dependencies
3332
run: |
3433
pnpm i

.github/workflows/scripts/issue-automated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async function getAIResponse(core, userQuestion) {
120120
- Version information
121121
122122
Thank you for your understanding and support!`
123-
`;
123+
;
124124
}
125125
}
126126

0 commit comments

Comments
 (0)