mirror of
https://github.com/miaowware/qrm2.git
synced 2026-06-02 14:04:50 -04:00
add workflow to enforce changelog updating before merge
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user