Skip to content

Commit

Permalink
chore(workflows): adjust days
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeiquan authored Dec 17, 2024
1 parent db0d20f commit 6c01017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
actions: 'close-issues'
token: ${{ secrets.ROBOT_TOKEN }}
inactive-day: 59
inactive-day: 179
body: |
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.
Expand All @@ -24,5 +24,5 @@ jobs:
with:
log-output: true
github-token: ${{ secrets.ROBOT_TOKEN }}
issue-inactive-days: 60
pr-inactive-days: 60
issue-inactive-days: 180
pr-inactive-days: 180

0 comments on commit 6c01017

Please sign in to comment.