Skip to content

Commit

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

0 comments on commit 39e4557

Please sign in to comment.