Skip to content

Bump mongoose from 6.10.2 to 6.11.3 in /configuration-api #342

Bump mongoose from 6.10.2 to 6.11.3 in /configuration-api

Bump mongoose from 6.10.2 to 6.11.3 in /configuration-api #342

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 }}