Skip to content

Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 in /spark/sql-40 #4964

Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 in /spark/sql-40

Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 in /spark/sql-40 #4964

name: "Changelog Verifier"
on:
pull_request:
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
verify-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: dangoslen/changelog-enforcer@204e7d3ef26579f4cd0fd759c57032656fdf23c7 # v3
with:
skipLabels: "autocut, skip-changelog"