Skip to content

Commit e36e976

Browse files
authored
Merge pull request #1424 from cdesiniotis/bump-ops-for-stale-workflow
[no-relnote] Bump total operations allowed for stale GH action
2 parents b71aa7b + 272e6a9 commit e36e976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Stale issues and pull requests
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "21 4 * * *"
67

@@ -26,4 +27,4 @@ jobs:
2627
days-before-issue-close: 30
2728
days-before-pr-close: 30
2829
remove-stale-when-updated: true
29-
operations-per-run: 300
30+
operations-per-run: 1000

0 commit comments

Comments
 (0)