Skip to content

Commit 5c59606

Browse files
authored
chore(lock): extend validity period
1 parent 307a365 commit 5c59606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
actions: 'close-issues'
1717
token: ${{ secrets.ROBOT_TOKEN }}
18-
inactive-day: 179
18+
inactive-day: 364
1919
body: |
2020
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.
2121
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
log-output: true
2626
github-token: ${{ secrets.ROBOT_TOKEN }}
27-
issue-inactive-days: 180
28-
pr-inactive-days: 180
27+
issue-inactive-days: 365
28+
pr-inactive-days: 365

0 commit comments

Comments
 (0)