diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index d013dd3cb..fd411c903 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -27,7 +27,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} issueLimit: ${{ github.event.inputs.issueLimit || '5' }} - ignore: .git,/docs/releases/*,/website/versioned* + ignore: .git,/docs/releases/*,/website/versioned*,CHANGELOG.md find_broken_links: if: github.repository_owner == 'libretime'