From: Flole998 Date: Sat, 3 Feb 2024 20:55:17 +0000 (+0100) Subject: Mark PRs needing squashing as stale after a while X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f12919042c60566e3dd90d58940e3add60550e7a;p=thirdparty%2Ftvheadend.git Mark PRs needing squashing as stale after a while --- diff --git a/.github/workflows/stale_bot.yml b/.github/workflows/stale_bot.yml index 00c842118..1c6667d80 100644 --- a/.github/workflows/stale_bot.yml +++ b/.github/workflows/stale_bot.yml @@ -9,4 +9,4 @@ jobs: steps: - uses: actions/stale@v9 with: - any-of-labels: 'needs-more-info' + any-of-labels: 'needs-more-info,SQUASH'