Skip to content

Commit

Permalink
Add changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Apr 22, 2024
1 parent 7dd3b2b commit c7d76a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- master
- major
- minor
- patch

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 c7d76a6

Please sign in to comment.