diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0788b60d20a..97a2f8e4b69 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,6 +12,10 @@ jobs: - uses: actions/stale@v9 with: repo-token: ${{ secrets.FLATHUBBOT_TOKEN }} - stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 14 days. Feel free to re-open it if you plan to continue working on that pull request or think it deserves attention from Flathub admins" - days-before-stale: 365 - days-before-close: 14 + stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. Feel free to re-open it if you plan to continue working on that pull request or think it deserves attention from Flathub admins" + days-before-stale: -1 + days-before-close: -1 + days-before-pr-stale: 365 + days-before-pr-close: 30 + only-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream + remove-pr-stale-when-updated: true