From 9dca78f7f653c1bc874e2f3ac506d23f1966f969 Mon Sep 17 00:00:00 2001 From: jnmcfly Date: Thu, 15 Aug 2024 10:53:45 +0200 Subject: [PATCH] chore: Update pull request days before close in Git PR Sanity workflow --- .github/workflows/git-pr-sanity.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/git-pr-sanity.yaml b/.github/workflows/git-pr-sanity.yaml index 70bef3d..994c1c9 100644 --- a/.github/workflows/git-pr-sanity.yaml +++ b/.github/workflows/git-pr-sanity.yaml @@ -8,3 +8,5 @@ jobs: steps: - name: Process stale PRs uses: Sonia-corporation/stale@2.5.0 + with: + pull-request-days-before-close: 366