返回提交历史
Deleted
.github/workflows/copilot.yml
+0
-29
XFEstudio/gpt4free
Delete .github/workflows/copilot.yml
49185f64
代码差异
1 个文件
+0
-29
@@ -1,29 +0,0 @@
1
name: AI Code Reviewer
2
3
on:
4
pull_request:
5
types:
6
- opened
7
- synchronize
8
9
jobs:
10
review:
11
runs-on: ubuntu-latest
12
permissions: write-all
13
steps:
14
- name: Checkout Repo
15
uses: actions/checkout@v3
16
17
- name: Setup Python
18
uses: actions/setup-python@v4
19
with:
20
python-version: "3.x"
21
cache: 'pip'
22
- name: Install Requirements
23
run: pip install -r requirements.txt
24
- name: Install PyGithub
25
run: pip install PyGithub
26
- name: AI Code Review
27
env:
28
GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }}
29
run: python -m etc.tool.copilot