Skip to content

Bump ed25519-dalek to 2.1.1, ed25519-dalek-bip32 to 0.3.0 #11370

Bump ed25519-dalek to 2.1.1, ed25519-dalek-bip32 to 0.3.0

Bump ed25519-dalek to 2.1.1, ed25519-dalek-bip32 to 0.3.0 #11370

Workflow file for this run

name: Require changelog entry
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
check-changelog:
if: contains(github.event.pull_request.labels.*.name, 'changelog')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check if changes to CHANGELOG.md
shell: bash
env:
BASE_REF: ${{ github.event.pull_request.base.ref }}
run: .github/scripts/check-changelog.sh