mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Merge pull request #2369 from MichMich/enforce-changelog
Create enforce-changelog.yml
This commit is contained in:
commit
af212057db
15
.github/workflows/enforce-changelog.yml
vendored
Normal file
15
.github/workflows/enforce-changelog.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: "Enforce Changelog"
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
# Enforces the update of a changelog file on every pull request
|
||||||
|
check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: dangoslen/changelog-enforcer@v1.6.1
|
||||||
|
with:
|
||||||
|
changeLogPath: 'CHANGELOG.md'
|
||||||
|
skipLabels: 'Skip Changelog'
|
Loading…
x
Reference in New Issue
Block a user