Skip to content

Commit

Permalink
devops: Patching the Changelog PR commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
akhiljavelin committed Jan 2, 2025
1 parent 93dd448 commit 2f7db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.DEVOPS_GITHUB_TOKEN }}
commit-message: 'devops: Update CHANGELOG for ${{ github.event.release.tag_name }} - [skip ci]'
commit-message: 'devops: Update CHANGELOG for ${{ github.event.release.tag_name }}'
title: 'CHANGELOG for ${{ github.event.release.tag_name }}'
committer: GitHub Action <[email protected]>
author: GitHub Action <[email protected]>
Expand Down

0 comments on commit 2f7db33

Please sign in to comment.