Skip to content

Bump express from 4.18.2 to 4.19.2 in /documentation #364

Bump express from 4.18.2 to 4.19.2 in /documentation

Bump express from 4.18.2 to 4.19.2 in /documentation #364

Workflow file for this run

name: changelog
on:
pull_request:
branches:
- 'master'
jobs:
release_notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Changelog check
uses: Zomzog/changelog-checker@v1.3.0
with:
fileName: RELEASE_NOTES.md # default `CHANGELOG.adoc`
checkNotification: Detailed # default `Detailed`
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}