1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-04 19:05:55 +02:00

Close stale issues as "not planned"

Fixes #2168.
This commit is contained in:
Alexander Graf 2024-05-18 16:32:35 +02:00
parent b44a006344
commit fbfcd5df18

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
only-labels: 'question'
@ -21,7 +21,7 @@ jobs:
days-before-stale: 21
days-before-close: -1
remove-stale-when-updated: false
- uses: actions/stale@v1
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'There has been no activity on this issue for an extended period of time. This issue will be closed after further 14 days of inactivity.'