From be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Mon, 18 Nov 2024 05:12:10 +0100 Subject: Delete .github/workflows/auto-pr-description.yml --- .github/workflows/auto-pr-description.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/auto-pr-description.yml diff --git a/.github/workflows/auto-pr-description.yml b/.github/workflows/auto-pr-description.yml deleted file mode 100644 index 5cead5b9..00000000 --- a/.github/workflows/auto-pr-description.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Auto-generate PR description [G4F] - -on: - pull_request: - types: [opened, synchronize] - -jobs: - generate-pr-description: - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - issues: write - - steps: - - name: Check out repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Auto-generate PR Description - uses: yuri-val/auto-pr-description-g4f-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file -- cgit v1.2.3