Moving actions and workflows to their own folders

This commit is contained in:
Ben Larabie 2024-09-05 10:46:23 -04:00
parent 1389e1211e
commit 320194bd54
No known key found for this signature in database
GPG key ID: E09B5764733F52DB
7 changed files with 29492 additions and 2 deletions

View file

@ -1,25 +0,0 @@
name: CDS Code Review with OpenAI
on:
pull_request:
types:
- opened
- synchronize
permissions: write-all
jobs:
code_review:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
path: ./
- name: Code Review
uses: ./act/fixtures/
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: ${{ vars.OPENAI_API_MODEL }}
OPENAI_API_VERSION: ${{ vars.OPENAI_API_VERSION }}
OPENAI_BASE_URL: ${{ vars.OPENAI_BASE_URL }}
exclude: "yarn.lock,dist/**"