mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add body for created pull request
This commit is contained in:
parent
7bfd526f46
commit
d2860a6d87
9
.github/workflows/tags_stable.yml
vendored
9
.github/workflows/tags_stable.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user