Delete .github/workflows/copilot.yml

pull/1490/head
Tekky 8 months ago committed by GitHub
parent 35e99222df
commit 49185f648d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,29 +0,0 @@
name: AI Code Reviewer
on:
pull_request:
types:
- opened
- synchronize
jobs:
review:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: 'pip'
- name: Install Requirements
run: pip install -r requirements.txt
- name: Install PyGithub
run: pip install PyGithub
- name: AI Code Review
env:
GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }}
run: python -m etc.tool.copilot
Loading…
Cancel
Save