]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows: update `days-before-pr-close` 48662/head
authorLaura Flores <lflores@redhat.com>
Fri, 28 Oct 2022 18:24:33 +0000 (13:24 -0500)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 18:24:33 +0000 (13:24 -0500)
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>
.github/workflows/stale.yml

index dd4728d2506555b1b0743d030897976aa9d3e734..2de5de3f17735bf174c3a58747e573f51494c602 100644 (file)
@@ -39,7 +39,7 @@ jobs:
           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'