don't mark issues as stale where a PR is in progress

Signed-off-by: Joe Julian <me@joejulian.name>
Signed-off-by: Drew Gonzales <drew.gonzales@datadoghq.com>
pull/11760/head
Joe Julian 3 years ago committed by Drew Gonzales
parent d346bef169
commit d588d5673f
No known key found for this signature in database

@ -10,7 +10,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.'
exempt-issue-labels: 'keep open,v4.x'
exempt-issue-labels: 'keep open,v4.x,in progress'
days-before-stale: 90
days-before-close: 30
operations-per-run: 100

Loading…
Cancel
Save