diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-03-13 09:23:19 +0100 |
|---|---|---|
| committer | Josef Šimánek <[email protected]> | 2023-03-13 10:18:56 +0100 |
| commit | c5ddbe7cd9bb15e8b247e6b5a5e359d02dd5b9fe (patch) | |
| tree | 536dcbc7519d3efd003601f9eb0f2591fc836434 /.github | |
| parent | d797dfe3379a24d615be51392f0637d51dfba3ea (diff) | |
| download | caxlsx-c5ddbe7cd9bb15e8b247e6b5a5e359d02dd5b9fe.tar.gz caxlsx-c5ddbe7cd9bb15e8b247e6b5a5e359d02dd5b9fe.zip | |
Use stale@v2 to fix autoclosing issues
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f9671473..0ac397cd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 90 |
