Skip to content

Close stale issues and pull requests #186

Close stale issues and pull requests

Close stale issues and pull requests #186

Workflow file for this run

name: Close stale issues and pull requests
on:
schedule:
# Run once a day
- cron: "30 1 * * *"
jobs:
stale:
if: "github.repository == 'ESMValGroup/ESMValCore'"
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10
with:
days-before-issue-stale: 720
days-before-pr-stale: 180
days-before-close: 60
ascending: true
operations-per-run: 300
stale-issue-message: |
In order to maintain a backlog of relevant issues, we automatically label them as stale after 720 days of inactivity.
If this issue is still important to you, please comment below to remove the stale label. Otherwise, this issue will be automatically closed in 60 days.
stale-pr-message: |
In order to maintain a backlog of relevant pull requests, we automatically label them as stale after 180 days of inactivity.
If this pull request is still important to you, please comment below to remove the stale label. Otherwise, this pull request will be automatically closed in 60 days. If this pull request only suffers from a lack of reviewers, please tag the @<span></span>ESMValGroup/technical-lead-development-team so they can help you find a suitable reviewer.
close-issue-message: |
This stale issue has been automatically closed due to a lack of community activity.
If you still care about this issue, please re-open it. If you do not have sufficient permissions for this, tag the @<span></span>ESMValGroup/technical-lead-development-team in a comment below including a short message that this issue is still relevant to you. They will re-open it on your behalf.
close-pr-message: |
This stale pull request has been automatically closed due to a lack of community activity.
If you still care about this pull request, please re-open it. If you do not have sufficient permissions for this, tag the @<span></span>ESMValGroup/technical-lead-development-team in a comment below including a short message that this pull request is still relevant to you. They will re-open it on your behalf.