add workflow to enforce changelog updating before merge

This commit is contained in:
classabbyamp 2021-11-05 23:22:58 -04:00
parent aefca97e4f
commit 0189db8792
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 12 additions and 0 deletions

12
.github/workflows/checks.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: "Checks"
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@v2