From 6dcea43f7a2b80985349079adfaebc6dd5958dc9 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 24 Feb 2022 16:34:57 +0100 Subject: [PATCH] chore: ignore closed ref notifer on releases notes (#1635) --- .github/workflows/housekeeping.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index a9d822170..58351971e 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -27,6 +27,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} issueLimit: ${{ github.event.inputs.issueLimit || '5' }} + ignore: .git,/docs/releases/* find_broken_links: if: github.repository_owner == 'LibreTime'