Update .github/workflows/changelog.yml

Co-authored-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Yuan Tang 2025-03-14 13:44:45 -04:00 committed by GitHub
parent 27a4681ced
commit 7bc5a48174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,8 @@ jobs:
with:
ref: main
fetch-depth: 0
- run: python ./scripts/gen-changelog.py
- run: |
python ./scripts/gen-changelog.py
- uses: peter-evans/create-pull-request@v7
with:
title: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'