Skip to content

Commit

Permalink
Create auto-pr-description.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 authored Nov 7, 2024
1 parent 9fe5ac6 commit e338848
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/auto-pr-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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 }}

0 comments on commit e338848

Please sign in to comment.