Skip to content

dependabot: bump org.gradle.test-retry from 1.6.2 to 1.6.4 #105

dependabot: bump org.gradle.test-retry from 1.6.2 to 1.6.4

dependabot: bump org.gradle.test-retry from 1.6.2 to 1.6.4 #105

name: "Changelog Verifier"
on:
pull_request:
types: [opened, edited, reopened]
jobs:
# Enforces the update of a changelog file on every pull request
verify-changelog:
if: github.repository == 'opensearch-project/security-dashboards-plugin'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: "autocut, skip-changelog"