diff options
author | Signal Linden <signal@lindenlab.com> | 2023-02-16 09:20:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 09:20:16 -0800 |
commit | f84f1d8f44a32ffe62f3e429c5cba0f087e283ed (patch) | |
tree | 55eb7b3ef57746dbde2fdde0c98ed5ec97444714 | |
parent | 152f32918d15e9343658b728adaf1d5c8c3c3e10 (diff) | |
parent | c833f711d513d559dc0b584cae54347749090d5f (diff) |
Merge pull request #79 from secondlife/signal/trader-joes-bread
Reduce stale time for PRs
-rw-r--r-- | .github/workflows/stale.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 82a9a968b9..35ac41420c 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -15,8 +15,8 @@ jobs: - uses: actions/stale@v6 id: stale with: - stale-pr-message: This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 7 days - days-before-stale: 60 + stale-pr-message: This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or it will be closed in 7 days + days-before-stale: 30 days-before-close: 7 exempt-pr-labels: blocked,must,should,keep stale-pr-label: stale |