Skip to content

Commit 5eb1255

Browse files
Update auto-release-notes.yml
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent 98d5d70 commit 5eb1255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Auto-generate consensus-node release notes
33
on:
44
push:
55
branches:
6-
- main
6+
- update-release-notes
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
@@ -36,7 +36,7 @@ jobs:
3636
uses: peter-evans/create-pull-request@v7
3737
with:
3838
commit-message: "chore: update release notes"
39-
signoff: true
39+
sign-commits: true
4040
branch: update-release-notes
4141
title: "chore: update release notes"
4242
body: "Automated update of consensus-node release notes."

0 commit comments

Comments
 (0)