We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307a365 commit 5c59606Copy full SHA for 5c59606
.github/workflows/lock.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
actions: 'close-issues'
17
token: ${{ secrets.ROBOT_TOKEN }}
18
- inactive-day: 179
+ inactive-day: 364
19
body: |
20
This issue has been automatically closed since there has not been any recent activity after it was created. Please open a new issue for related bugs.
21
@@ -24,5 +24,5 @@ jobs:
24
25
log-output: true
26
github-token: ${{ secrets.ROBOT_TOKEN }}
27
- issue-inactive-days: 180
28
- pr-inactive-days: 180
+ issue-inactive-days: 365
+ pr-inactive-days: 365
0 commit comments