mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-02-05 16:46:00 +01:00
76188ced9c
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
15 lines
385 B
YAML
15 lines
385 B
YAML
name: "Changelog Enforcer"
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
|
|
|
|
jobs:
|
|
# Enforces the update of a changelog file on every pull request
|
|
changelog:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dangoslen/changelog-enforcer@v3
|
|
with:
|
|
changeLogPath: 'CHANGELOG.md'
|
|
skipLabels: 'Skip-Changelog'
|