Skip to content

Commit

Permalink
[CI] increase operations per run for stale action (#3699)
Browse files Browse the repository at this point in the history
follow up #3634
Increase the operations per run to 300

The default value is 30, which seems too small for gluten project

Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan authored Nov 16, 2023
1 parent 6c9c81b commit 510b228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
days-before-pr-stale: 45
days-before-pr-close: 10
operations-per-run: 300

0 comments on commit 510b228

Please sign in to comment.