Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1e75ce

Browse files
committed
GitHub: inactive label reword [skip ci]
1 parent fdf81a4 commit e1e75ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
- uses: actions/stale@v7
1111
with:
1212
operations-per-run: 30
13-
stale-pr-message: 'This Pull Request has been marked "inactive" because it has been 60 days with no activity. Please ping us if you need a review or guidance to move the PR forward!'
13+
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!'
1414
stale-pr-label: 'inactive'
1515
days-before-pr-stale: 60
1616
days-before-pr-close: -1
17-
stale-issue-message: 'This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please ping us for resolution. Otherwise this will be closed in another 30 days.'
17+
stale-issue-message: 'This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. Thank you for your help in making sure the issue is still current!'
1818
stale-issue-label: 'inactive'
1919
days-before-issue-stale: 365
2020
days-before-issue-close: 30

0 commit comments

Comments
 (0)