Skip to content
Snippets Groups Projects
Unverified Commit f84f1d8f authored by Signal Linden's avatar Signal Linden Committed by GitHub
Browse files

Merge pull request #79 from secondlife/signal/trader-joes-bread

Reduce stale time for PRs
parents 152f3291 c833f711
Branches
Tags
No related merge requests found
...@@ -15,8 +15,8 @@ jobs: ...@@ -15,8 +15,8 @@ jobs:
- uses: actions/stale@v6 - uses: actions/stale@v6
id: stale id: stale
with: 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 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: 60 days-before-stale: 30
days-before-close: 7 days-before-close: 7
exempt-pr-labels: blocked,must,should,keep exempt-pr-labels: blocked,must,should,keep
stale-pr-label: stale stale-pr-label: stale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment