From febdfd16ab10efb0d7268e3e423d7dc4d73ef61e Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 27 Feb 2025 16:09:34 -0500 Subject: [PATCH] Fix stale PR handling --- .github/workflows/schedule.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index b166f8dac4..5f2f6dd9df 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -30,10 +30,9 @@ jobs: This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://jellyfin.org/contact). # PRs are closed after having unresolved merge conflicts for 90 days - days-before-pr-stale: -1 + days-before-pr-stale: 0 days-before-pr-close: 90 - stale-pr-label: merge conflict - # The merge conflict action will remove the label when updated - remove-pr-stale-when-updated: false + only-pr-labels: merge conflict + stale-pr-label: stale close-pr-message: |- This PR has been closed due to having unresolved merge conflicts.