0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

build(ci): 'Anki Ecosystem Compatibility' should not go stale

These issues should all be fixed

----

> Comma separated list of labels that can be assigned to pull requests to exclude them from being marked as stale (e.g: need-help,WIP)

docs: https://github.com/actions/stale?tab=readme-ov-file#exempt-pr-labels

Fixes 16221
This commit is contained in:
David Allison 2024-04-20 09:15:48 +01:00 committed by lukstbit
parent 81d68d2f3f
commit ffec26cba6

View File

@ -21,7 +21,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Hello 👋, this issue has been opened for more than 3 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like _still searching for solutions_ and if you found one, please open a pull request! You have 7 days until this gets closed automatically'
stale-pr-message: 'Hello 👋, this PR has had no activity for more than 2 weeks and needs a reply from the author. If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing! You have 7 days until this gets closed automatically'
exempt-issue-labels: 'Keep Open'
exempt-issue-labels: 'Keep Open,Anki Ecosystem Compatibility,Accepted'
exempt-pr-labels: 'Keep Open'
close-issue-reason: 'not_planned'
days-before-issue-stale: 90