Skip to content

Migrate from jsbundling-rails to importmaps-rails #242

Migrate from jsbundling-rails to importmaps-rails

Migrate from jsbundling-rails to importmaps-rails #242

Workflow file for this run

name: Changelog Checker
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- main
jobs:
build:
name: Changelog Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
noChangelogLabel: no-changelog
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}