Skip to content

Add custom extractor configuration workflows #1914

Add custom extractor configuration workflows

Add custom extractor configuration workflows #1914

name: Changelog Fragments
on:
push:
branches:
- main
paths:
- 'CHANGELOG.md'
- 'changelog.d/**'
- 'tools/CodeIndex.Changelog/**'
- '.codex/workflows/changelog-fragment.md'
- '.codex/workflows/release-changelog.md'
- '.codex/workflows/README.md'
pull_request:
branches:
- main
paths:
- 'CHANGELOG.md'
- 'changelog.d/**'
- 'tools/CodeIndex.Changelog/**'
- '.codex/workflows/changelog-fragment.md'
- '.codex/workflows/release-changelog.md'
- '.codex/workflows/README.md'
workflow_dispatch:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up .NET
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with:
dotnet-version: '8.0.x'
- name: Validate changelog fragments
run: dotnet run --project tools/CodeIndex.Changelog -- check