Skip to content

Bump activesupport from 7.0.2.3 to 7.0.7.2 #13

Bump activesupport from 7.0.2.3 to 7.0.7.2

Bump activesupport from 7.0.2.3 to 7.0.7.2 #13

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"