mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 10:05:27 +03:00
Add changelog check
This commit is contained in:
parent
7dd3b2b72a
commit
c7d76a6f97
17
.github/workflows/on-pr.yaml
vendored
Normal file
17
.github/workflows/on-pr.yaml
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user