summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-11-18 05:12:10 +0100
committerGitHub <noreply@github.com>2024-11-18 05:12:10 +0100
commitbe6f2e4fbe36f4431efa0d7c17edc9b599c5d4da (patch)
treed3c8a64609140934d64545c7a86bc93cba033544
parentUpdate README.md (diff)
downloadgpt4free-be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da.tar
gpt4free-be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da.tar.gz
gpt4free-be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da.tar.bz2
gpt4free-be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da.tar.lz
gpt4free-be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da.tar.xz
gpt4free-be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da.tar.zst
gpt4free-be6f2e4fbe36f4431efa0d7c17edc9b599c5d4da.zip
-rw-r--r--.github/workflows/auto-pr-description.yml24
1 files changed, 0 insertions, 24 deletions
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