返回提交历史
Deleted
.github/workflows/auto-pr-description.yml
+0
-24
XFEstudio/gpt4free
Delete .github/workflows/auto-pr-description.yml
be6f2e4f
代码差异
1 个文件
+0
-24
@@ -1,24 +0,0 @@
1
name: Auto-generate PR description [G4F]
2
3
on:
4
pull_request:
5
types: [opened, synchronize]
6
7
jobs:
8
generate-pr-description:
9
runs-on: ubuntu-latest
10
permissions:
11
contents: read
12
pull-requests: write
13
issues: write
14
15
steps:
16
- name: Check out repository
17
uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
21
- name: Auto-generate PR Description
22
uses: yuri-val/auto-pr-description-g4f-action@v1
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}