Delete AIPRChecker.yml
This commit is contained in:
parent
d101acc85c
commit
3ab9ab8101
13
.github/workflows/AIPRChecker.yml
vendored
13
.github/workflows/AIPRChecker.yml
vendored
@ -1,13 +0,0 @@
|
|||||||
name: AIPRChecker - Check for security issues and code smells
|
|
||||||
on: [pull_request_target]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Run AIPRChecker
|
|
||||||
uses: AI-Gents/AIPRChecker@main
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.OPENAI_API_KEY }}
|
|
||||||
model: 'gpt-4'
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user