Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/auto-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Auto-generate consensus-node release notes
on:
push:
branches:
- main
- update-node-tables

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
commit-message: "chore: update release notes"
signoff: true
sign-commits: true
branch: update-release-notes
title: "chore: update release notes"
body: "Automated update of consensus-node release notes."
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-node-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Node Tables
on:
push:
branches:
- main
- update-release-notes

permissions:
contents: write
Expand All @@ -23,10 +23,10 @@ jobs:
run: ./update_node_tables.sh

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
commit-message: "chore: update node tables"
signoff: true
sign-commits: true
branch: update-node-tables
title: "chore: update node tables"
body: "Automated update of node tables."
Expand Down
Loading