mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 18:22:05 +03:00
18 lines
356 B
YAML
18 lines
356 B
YAML
|
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
|