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