Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Increasing the operations-per-run for stale issues GH action
  • Loading branch information
petyaslavova committed Mar 12, 2025
commit 6e1e73f30bfaf477bed3051e29df328d6b5ebb17
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
days-before-close: 30
stale-issue-label: "Stale"
stale-pr-label: "Stale"
operations-per-run: 10
operations-per-run: 20
remove-stale-when-updated: true
Loading