From f550891012e635446233366c93315f6adbef23a8 Mon Sep 17 00:00:00 2001 From: David Allison <62114487+david-allison-1@users.noreply.github.com> Date: Tue, 2 Jun 2020 23:42:17 +0100 Subject: [PATCH] Revert "Anki Ecosystem Compatibility: Don't mark as stale" This reverts commit 5ae2b31a Last run closed multiple issues --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cbdf3b20a4..432adfeb5a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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'