Currently, the stale bot closes PRs 90 days after they are marked stale since it counts "marking a PR stale" as activity.
We really want the PRs to close after a total of 90 days, or 30 days after they are marked stale. Changing `days-before-prs-close` to 30 will fix this.
Signed-off-by: Laura Flores <lflores@redhat.com>
days-before-pr-stale: 60
# Idle number of days before closing stale PRs (exempts Issues)
- days-before-pr-close: 90
+ days-before-pr-close: 30
# Label to apply on staled PRs
stale-pr-label: 'stale'