Skip to content

Bump nokogiri from 1.13.6 to 1.16.2 #69

Bump nokogiri from 1.13.6 to 1.16.2

Bump nokogiri from 1.13.6 to 1.16.2 #69

Workflow file for this run

name: Changelog
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v1.4.0
with:
changeLogPath: "CHANGELOG.md"
skipLabel: "skip_changelog"