8000 Merge pull request #25424 from rcomer/stale-more-ops · matplotlib/matplotlib@c8b5a2a · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8b5a2a

Browse files
authored
Merge pull request #25424 from rcomer/stale-more-ops
“Inactive” workflow: increase operations to 75
2 parents cb2bdb1 + 1d341f1 c
D387
ommit c8b5a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/stale@v7
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
14-
operations-per-run: 50
14+
operations-per-run: 75
1515
stale-pr-message: 'Since this Pull Request has not been updated in 60 days, it has been marked "inactive." This does not mean that it will be closed, though it may be moved to a "Draft" state. This helps maintainers prioritize their reviewing efforts. You can pick the PR back up anytime - please ping us if you need a review or guidance to move the PR forward! If you do not plan on continuing the work, please let us know so that we can either find someone to take the PR over, or close it.'
1616
stale-pr-label: 'inactive'
1717
days-before-pr-stale: 60

0 commit comments

Comments
 (0)
0