Skip to content

Commit 6b3ff65

Browse files
committed
set operations-per-run to 100 for stale workflow
1 parent 2c0c8df commit 6b3ff65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/stale@v8
1717
with:
18+
operations-per-run: 100
1819
# set 'stale' label
1920
stale-issue-label: stale
2021
# remove 'stale' label on update

0 commit comments

Comments
 (0)