From da314796f09b41ae000c3229f58c59ce69fb20be Mon Sep 17 00:00:00 2001 From: go_gonzo Date: Mon, 25 Dec 2023 23:52:03 +0100 Subject: [PATCH] remove code explainer --- .github/workflows/main.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/main.yaml diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml deleted file mode 100644 index 2632a44..0000000 --- a/.github/workflows/main.yaml +++ /dev/null @@ -1,21 +0,0 @@ -on: - pull_request: - types: [opened, synchronize] - -jobs: - hello_world_job: - runs-on: ubuntu-latest - name: ChatGPT explain code - if: "!contains(github.event.commits[0].message, '[skip explain]')" - steps: - - name: ChatGTP explain code - uses: gogonzo/chatgpt-github-actions@v1.3 - with: - openai_api_key: ${{ secrets.openai_api_key }} - github_token: ${{ secrets.GITHUB_TOKEN }} - github_pr_id: ${{ github.event.number }} - openai_engine: "text-davinci-002" #optional - openai_temperature: 0.5 #optional - openai_max_tokens: 2048 #optional - mode: file # file or patch - exclude: "**/*.json, **/*.md, man/*, data-raw/*", \ No newline at end of file