We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2790543 commit f9fa07dCopy full SHA for f9fa07d
.github/workflows/stale.yml
@@ -14,8 +14,8 @@ jobs:
14
with:
15
days-before-stale: -1
16
stale-pr-message: This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity.
17
- days-before-pr-stale: 21
18
- days-before-pr-close: 3
+ days-before-pr-stale: 90
+ days-before-pr-close: 7
19
stale-pr-label: ⏹️ stale
20
remove-stale-when-updated: yes
21
exempt-issue-labels: 📦 dependencies
@@ -28,10 +28,10 @@ jobs:
28
- uses: dessant/lock-threads@v4
29
30
github-token: ${{ github.token }}
31
- issue-inactive-days: 14
+ issue-inactive-days: 180
32
issue-lock-reason: ""
33
add-issue-labels: ☑️ archived
34
- pr-inactive-days: 14
+ pr-inactive-days: 180
35
pr-lock-reason: ""
36
add-pr-labels: ☑️ archived
37
workflows:
0 commit comments