Skip to content

Commit c99bbac

Browse files
authoredFeb 18, 2025··
fix: change PR url in Changelog workflow (#575)
1 parent f0973bd commit c99bbac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
66

77
env:
8-
PR_URL: https://github.com/Layr-Labs/eigensdk-rs/pull/${{ github.event.number }}
8+
PR_URL: https://github.com/Layr-Labs/eigensdk-go/pull/${{ github.event.number }}
99

1010
jobs:
1111
# Enforces the update of a changelog file on every pull request

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ Each version will have a separate `Breaking Changes` section as well. To describ
1010
## [Unreleased]
1111
### Added
1212
### Changed
13+
* fix: change requested pr url in changelog's workflow by @maximopalopoli in <https://github.com/Layr-Labs/eigensdk-go/pull/575>
14+
1315
### Breaking changes
1416
### Removed

0 commit comments

Comments
 (0)
Please sign in to comment.