Skip to content

Commit

Permalink
somebody save me
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Feb 3, 2025
1 parent ca8a12b commit 74dafea
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
- name: Check changelog
uses: GiulioRomualdi/yet-another-changelog-checker@v1
with:
changelog: docs/pages/resources/changelog.md
should-add-comment: 'true'
name: Check Changelog
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: docs/pages/resources/changelog.md

0 comments on commit 74dafea

Please sign in to comment.