mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update changelog.yml
This commit is contained in:
parent
3b023114e4
commit
a88dad5133
1 changed files with 4 additions and 3 deletions
7
.github/workflows/changelog.yml
vendored
7
.github/workflows/changelog.yml
vendored
|
@ -37,8 +37,8 @@ jobs:
|
|||
run: |
|
||||
BRANCH_NAME="changelog-update-${{ steps.random-string.outputs.RANDOM_BRANCH_HASH }}"
|
||||
git checkout -b "$BRANCH_NAME"
|
||||
git config user.name 'belomaxorka'
|
||||
git config user.email 'roman25052006.kelesh@gmail.com'
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
- name: Commit Changelog
|
||||
run: |
|
||||
|
@ -51,10 +51,11 @@ jobs:
|
|||
git push origin "$BRANCH_NAME"
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-or-update-pull-request@v5
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
title: 'Update CHANGELOG.md 📖'
|
||||
branch: ${{ env.BRANCH_NAME }}
|
||||
assignees: belomaxorka
|
||||
base: master
|
||||
body: "This PR updates the changelog file based on the last merged PR. [br]`${{ steps.git-cliff.outputs.changelog }}`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue