We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d5d70 commit 5eb1255Copy full SHA for 5eb1255
.github/workflows/auto-release-notes.yml
@@ -3,7 +3,7 @@ name: Auto-generate consensus-node release notes
3
on:
4
push:
5
branches:
6
- - main
+ - update-release-notes
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
@@ -36,7 +36,7 @@ jobs:
36
uses: peter-evans/create-pull-request@v7
37
with:
38
commit-message: "chore: update release notes"
39
- signoff: true
+ sign-commits: true
40
branch: update-release-notes
41
title: "chore: update release notes"
42
body: "Automated update of consensus-node release notes."
0 commit comments