This commit is contained in:
Cory LaViska
2025-02-03 15:21:42 -05:00
parent 5e11687dd4
commit 4530ba37e3

View File

@@ -1,14 +1,17 @@
name: Check Changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
branches:
- next
pull_request:
types: [assigned, opened, synchronize, reopened]
branches:
- next
permissions:
contents: read
issues: write
pull-requests: write
jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: docs/pages/resources/changelog.md
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: docs/pages/resources/changelog.md