Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
[0.1.0] CI : add changelog.md and check it is changed in CI #931 (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tidus91 authored Jul 30, 2023
1 parent 0d24667 commit db95773
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Changelog Workflow"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches: [main]

jobs:
# Enforces the update of a changelog file on every pull request
# skipLabel default is "Skip-Changelog"
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Madara Changelog

## Next release

- ci: add `CHANGELOG.md` and enforce it is edited for each PR on `main`

0 comments on commit db95773

Please sign in to comment.