Skip to content

Commit 36d2ddf

Browse files
committed
add signoff to release pr
Signed-off-by: chengweiguo <[email protected]>
1 parent 6cbb560 commit 36d2ddf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-tool.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: peter-evans/create-pull-request@v7
7979
with:
8080
title: "Release ${{ github.event.inputs.version }}"
81+
signoff: true
8182
body: |
8283
This PR updates the version to ${{ github.event.inputs.version }} in the following files:
8384
- manifests/setup/fluent-operator-deployment.yaml
@@ -87,4 +88,6 @@ jobs:
8788
8889
Please review and merge to release the new version.
8990
branch: release-${{ github.event.inputs.version }}-work
90-
base: release-${{ github.event.inputs.version }}
91+
base: release-${{ github.event.inputs.version }}
92+
labels: |
93+
release

0 commit comments

Comments
 (0)