Skip to content

[DEPENDABOT]: Bump org.mockito:mockito-core from 4.1.0 to 5.5.0 #18

[DEPENDABOT]: Bump org.mockito:mockito-core from 4.1.0 to 5.5.0

[DEPENDABOT]: Bump org.mockito:mockito-core from 4.1.0 to 5.5.0 #18

name: "Changelog update"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: 'CHANGELOG.rst'
skipLabels: 'Skip-Changelog'