pull/139/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent a2066238e6
commit 51d217cc00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,10 +29,12 @@ jobs:
id: create-pr
uses: peter-evans/create-pull-request@v5
with:
commit-message: 'chore: bump version to ${{ steps.get-latest-tag.outputs.TAG }} in README.md files'
title: 'chore: bump version to ${{ steps.get-latest-tag.outputs.TAG }} in README.md files'
body: 'This is an auto-generated PR to update README.md files of all modules with the new tag ${{ steps.get-latest-tag.outputs.TAG }}'
commit-message: 'chore: bump version to ${{ env.TAG }} in README.md files'
title: 'chore: bump version to ${{ env.TAG }} in README.md files'
body: 'This is an auto-generated PR to update README.md files of all modules with the new tag ${{ env.TAG }}'
branch: 'update-readme-branch'
env:
TAG: ${{ steps.get-latest-tag.outputs.TAG }}
- name: Auto-approve
uses: hmarr/auto-approve-action@v4

Loading…
Cancel
Save