From 093d8bafbbc8d0ae20895ebfcddcc8cf5fe0c708 Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 17 Sep 2022 11:40:58 +0200 Subject: [PATCH] ci: ignore changelog for closed reference notifier --- .github/workflows/housekeeping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'