stale: change message

This commit is contained in:
bbhtt 2024-11-02 09:00:26 +05:30
parent cc1f85e2d9
commit 5b590293e4
No known key found for this signature in database
GPG key ID: 0C3251A24745E484

View file

@ -12,11 +12,12 @@ 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 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"
stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. If you still plan to work on this please comment saying so."
days-before-stale: -1
days-before-close: -1
days-before-pr-stale: 365
days-before-pr-close: 30
any-of-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
remove-pr-stale-when-updated: true
exempt-pr-labels: leave-open
operations-per-run: 100