mirror of
https://github.com/miaowware/qrm2.git
synced 2025-04-05 11:09:08 -04:00
add workflow to enforce changelog updating before merge
This commit is contained in:
parent
aefca97e4f
commit
0189db8792
12
.github/workflows/checks.yml
vendored
Normal file
12
.github/workflows/checks.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user