From 24e10c308dedcba842136d570943a1bb612d9327 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 7 Jan 2023 13:01:35 +0100 Subject: [PATCH] Delete gpt-commit-summarizer.yml --- .github/workflows/gpt-commit-summarizer.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/gpt-commit-summarizer.yml diff --git a/.github/workflows/gpt-commit-summarizer.yml b/.github/workflows/gpt-commit-summarizer.yml deleted file mode 100644 index e2d910e..0000000 --- a/.github/workflows/gpt-commit-summarizer.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: GPT Commits summarizer -# Summary: This action will write a comment about every commit in a pull request, as well as generate a summary for every file that was modified and add it to the review page, compile a PR summary from all commit summaries and file diff summaries, and delete outdated code review comments - -on: - pull_request: - types: [opened, synchronize] - -jobs: - summarize: - runs-on: ubuntu-latest - permissions: write-all # Some repositories need this line - - steps: - - uses: KanHarI/gpt-commit-summarizer@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}