We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f870ef commit 6e9d4a7Copy full SHA for 6e9d4a7
1 file changed
.github/workflows/close-inactive-issues.yml
@@ -7,8 +7,8 @@ jobs:
7
close-issues:
8
runs-on: ubuntu-latest
9
env:
10
- PR_DAYS_BEFORE_STALE: 60
11
- PR_DAYS_BEFORE_CLOSE: 120
+ PR_DAYS_BEFORE_STALE: 30
+ PR_DAYS_BEFORE_CLOSE: 60
12
PR_STALE_LABEL: stale
13
permissions:
14
issues: write
0 commit comments