Skip to content

Bump dotnet version in Actions to 8 #416

Bump dotnet version in Actions to 8

Bump dotnet version in Actions to 8 #416

Workflow file for this run

name: "Check changelog"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
missingUpdateErrorMessage: "Please update CHANGELOG.md or add the Skip-Changelog label if not needed!"