From 1b4c1f1b6cb29100549a43f6fe854426ff69f2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Sat, 7 Feb 2026 07:47:48 +0100 Subject: [PATCH] Delete PR description autofill workflow Remove autofill PR description workflow using OpenAI. --- .github/workflows/pr-description.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/pr-description.yml b/.github/workflows/pr-description.yml index f607658..8b13789 100644 --- a/.github/workflows/pr-description.yml +++ b/.github/workflows/pr-description.yml @@ -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 \ No newline at end of file