-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
Close old PR's #3099
Comments
maybe, but probably not automatically |
I use a GitHub bot to do that. I set We can use A functional example: name: '🧹 Bot — Stale'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
name: Issues and PRs
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
close-issue-message: 'This issue has been closed due to inactivity for 15 days.'
close-pr-message: 'This PR has been closed due to inactivity for 15 days.'
stale-issue-message: ''
stale-pr-message: ''
days-before-stale: 13
days-before-close: 2
delete-branch: false
enable-statistics: true
exempt-issue-labels: 'enhancement,feature request,bug,priority' |
understandable, lets audit them what about the oldest: |
can be closed for sure. |
Hi, there are PR's more then 4 years old,
Maybe these should just be closed
The text was updated successfully, but these errors were encountered: