Skip to content

Commit

Permalink
welp
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Feb 3, 2025
1 parent 5e11687 commit 4530ba3
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4530ba3

Please sign in to comment.