Stale PRs/Issues action limit extention (#17491)

This commit is contained in:
Alexey Kazakov 2023-05-11 17:20:19 +01:00 committed by GitHub
parent 03256adf79
commit c351335661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,3 +21,5 @@ jobs:
days-before-stale: 14
days-before-close: 7
ascending: true
operations-per-run: 5000
repo-token: ${{ secrets.STALE_ISSUES_TOKEN }}