Skip to content

Commit

Permalink
Merge pull request #1867 from o1-labs/force-changelog-entry
Browse files Browse the repository at this point in the history
Enforce changelog changes :)
  • Loading branch information
Trivo25 authored Oct 16, 2024
2 parents a0900ae + a40b888 commit 70b22cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog-entry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Changelog for changes
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md

0 comments on commit 70b22cd

Please sign in to comment.