raise operations-per-run for issue workflow to 500 (#2925)

- default value is 30
- limit per hour is 1000

This should help getting the count of open issues down.
This commit is contained in:
Matthias Wild 2023-03-12 00:10:55 +01:00 committed by GitHub
commit 7a78a83651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,3 +24,4 @@ jobs:
days-before-pr-stale: -1 days-before-pr-stale: -1
days-before-pr-close: -1 days-before-pr-close: -1
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 500