0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

Revert "Anki Ecosystem Compatibility: Don't mark as stale"

This reverts commit 5ae2b31a

Last run closed multiple issues
This commit is contained in:
David Allison 2020-06-02 23:42:17 +01:00 committed by Mike Hardy
parent 5ae2b31ae0
commit f550891012

View File

@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Hello 👋, this issue has been opened for more than 2 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 been opened for more than 2 months with no activity on it. 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,Anki Ecosystem Compatibility'
exempt-pr-labels: 'Keep Open,Anki Ecosystem Compatibility'
exempt-issue-label: 'Keep Open'
exempt-pr-label: 'Keep Open'