Skip to content

Commit 7170dc1

Browse files
committed
chore: fixes operation amount
1 parent d775a53 commit 7170dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CLOSE_STALE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/stale@v4
1515
with:
16-
operations-per-run: 100
16+
operations-per-run: '100'
1717
days-before-issue-stale: 60
1818
days-before-issue-close: 7
1919
stale-issue-label: "stale"

0 commit comments

Comments
 (0)