Skip to content
Snippets Groups Projects
Unverified Commit bebb944d authored by Hugo van Kemenade's avatar Hugo van Kemenade Committed by GitHub
Browse files

Don't apply 'stale' label to issues (#91501)

parent 93364f97
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,8 @@ jobs: ...@@ -20,7 +20,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.' stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
stale-pr-label: 'stale' stale-pr-label: 'stale'
days-before-stale: 30 days-before-issue-stale: -1
days-before-pr-stale: 30
days-before-close: -1 days-before-close: -1
ascending: true ascending: true
operations-per-run: 120 operations-per-run: 120
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment