From 74529a9c3c66cacee039a2d59e8a9789344c7e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=ADguel=20=C3=81ngel=20Mulero=20Mart=C3=ADnez?= Date: Thu, 3 Feb 2022 12:35:45 +0100 Subject: [PATCH] Upgrade stale bot action to version 4 --- .github/workflows/stale.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 74c4c2cd..84ea1e96 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,6 +1,7 @@ name: 'Close stale issues' on: + workflow_dispatch: schedule: - cron: "30 4 * * *" @@ -9,7 +10,7 @@ jobs: name: 'Check and close stale issues' runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} operations-per-run: 30