Skip to content

Commit

Permalink
ci: better pr creation description on bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Calychas committed Nov 22, 2023
1 parent 59c5035 commit cf6023e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bump-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: pdm-project/setup-pdm@v3
name: Setup PDM (Python 3.11)
name: Setup PDM
with:
python-version: ${{ env.PYTHON_VERSION }}
architecture: x64
Expand Down Expand Up @@ -67,3 +67,6 @@ jobs:
base: main
body: ${{ steps.changelog.outputs.release-notes }}
token: ${{ secrets.CICD_PAT_TOKEN }}
author: Kraina CI/CD <[email protected]>
committer: Kraina CI/CD <[email protected]>
commit-message: "docs: update Changelog.md"

0 comments on commit cf6023e

Please sign in to comment.