8000 chore: increase stale bot limit to 300 by Hebilicious Β· Pull Request #22538 Β· nuxt/nuxt Β· GitHub
[go: up one dir, main page]

Skip to content

chore: increase stale bot limit to 300 #22538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: increase reproduire-close operations to 300
  • Loading branch information
Hebilicious authored Aug 8, 2023
commit 32a61b8c822c8805753058269512ab2ba69c679a
2 changes: 1 addition & 1 deletion .github/workflows/reproduire-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
remove-stale-when-updated: false
close-issue-message: This issue was closed because it was open for 7 days without a reproduction.
close-issue-label: closed-by-bot
operations-per-run: 100 #default 30
operations-per-run: 300 #default 30
0