Disable auto-closing, increase stale threshold

Signed-off-by: Byron Ruth <byron@nats.io>
This commit is contained in:
Byron Ruth
2023-05-15 09:14:31 -04:00
parent 7e9a427d13
commit f764853e00

View File

@@ -3,6 +3,10 @@ on:
schedule:
- cron: "30 1 * * *"
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
@@ -11,7 +15,7 @@ jobs:
- uses: actions/stale@v8
with:
debug-only: true # Set until the behavior is tuned.
days-before-stale: 28 # Mark stale after 4 weeks (28 days) of inactivity
days-before-close: 7 # Close 1 week after marked `Stale` and without follow-up activity
days-before-stale: 56 # Mark stale after 8 weeks (56 days) of inactivity
days-before-close: -1 # Disable auto-closing
exempt-all-milestones: true # Any issue/PR within a milestone will be omitted
#exempt-assigness: "foo,bar" # Exempt issues/PRs assigned to particular users