Add body for created pull request

This commit is contained in:
Mikhail f. Shiryaev 2022-02-02 14:44:26 +01:00
parent 7bfd526f46
commit d2860a6d87
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -27,7 +27,12 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update version_date.tsv on ${{ env.GITHUB_TAG }}
commit-message: Update version_date.tsv after ${{ env.GITHUB_TAG }}
branch: auto/${{ env.GITHUB_TAG }}
delete-branch: true
title: Update version_date.tsv on ${{ env.GITHUB_TAG }}
title: Update version_date.tsv after ${{ env.GITHUB_TAG }}
body: |
Update version_date.tsv after ${{ env.GITHUB_TAG }}
Changelog category (leave one):
- Not for changelog (changelog entry is not required)