Skip to content

Commit

Permalink
create changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Oct 16, 2024
1 parent a0900ae commit a40b888
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 a40b888

Please sign in to comment.