mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
Delete PR description autofill workflow
Remove autofill PR description workflow using OpenAI.
This commit is contained in:
committed by
GitHub
parent
1911cd4d4d
commit
1b4c1f1b6c
18
.github/workflows/pr-description.yml
vendored
18
.github/workflows/pr-description.yml
vendored
@@ -1,19 +1 @@
|
|||||||
name: Autofill PR description
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
openai-pr-description:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Autofill PR description if empty using OpenAI
|
|
||||||
uses: cedricve/azureopenai-pr-description@master
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.TOKEN }}
|
|
||||||
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
|
||||||
azure_openai_api_key: ${{ secrets.AZURE_OPENAI_API_KEY }}
|
|
||||||
azure_openai_endpoint: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
|
|
||||||
azure_openai_version: ${{ secrets.AZURE_OPENAI_VERSION }}
|
|
||||||
overwrite_description: true
|
|
||||||
Reference in New Issue
Block a user