Skip to content

Commit eff767a

Browse files
committed
config tweaks [skip ci]
1 parent 596eb84 commit eff767a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55

66
jobs:
77
stale:
8+
if: github.repository == 'matplotlib/matplotlib
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/stale@v7
1112
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1214
operations-per-run: 30
1315
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.'
1416
stale-pr-label: 'inactive'

0 commit comments

Comments
 (0)