Skip to content

Throw warning if CHANGELOG.md file has not been modified #11

Throw warning if CHANGELOG.md file has not been modified

Throw warning if CHANGELOG.md file has not been modified #11

Workflow file for this run

name: changelog
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Check if CHANGELOG.md is modified
run: ./scripts/check-changelog.sh