Skip to content

Commit

Permalink
add changelog job for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Oct 29, 2024
1 parent cb945f1 commit 2a3710a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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: CHANGELOG.md

0 comments on commit 2a3710a

Please sign in to comment.