Skip to content

Revert "bump curve25519-dalek from 3.2.1 to 4.1.3 (#1693)" #7186

Revert "bump curve25519-dalek from 3.2.1 to 4.1.3 (#1693)"

Revert "bump curve25519-dalek from 3.2.1 to 4.1.3 (#1693)" #7186

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