Skip to content

Commit

Permalink
Add action to check if changelog was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri committed Nov 13, 2024
1 parent 104d725 commit 0b208c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/changelog_updated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Changelog Updated

on:
pull_request:

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Check if CHANGELOG.md was changed
run: ! git diff --name-only --exit-code HEAD^1 HEAD CHANGELOG.md

0 comments on commit 0b208c8

Please sign in to comment.