Skip to content

Commit

Permalink
chore(CI): close stale issues after 2 weeks (software-mansion#2213)
Browse files Browse the repository at this point in the history
## Description

1. Aligning with recent move in Reanimated
2. This is purely subjective: stale issues hanging for three weeks is
too much


## Changes

Changed `days-to-close` from 20 to 14.

## Test code and steps to reproduce

N/A

## Checklist

N/A
  • Loading branch information
kkafar authored and ja1ns committed Oct 9, 2024
1 parent 6f68cf8 commit f9b0f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-when-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: ./close-when-stale
with:
close-when-stale-label: 'Close when stale'
days-to-close: 20
days-to-close: 14

0 comments on commit f9b0f72

Please sign in to comment.