diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index a1cf48bd..330ee6d8 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -21,7 +21,7 @@ jobs: - uses: dessant/lock-threads@v4 with: # Number of days of inactivity before a closed issue is locked - issue-inactive-days: 365 + issue-inactive-days: 180 # Do not lock issues created before a given timestamp, value must follow ISO 8601 exclude-issue-created-before: '' # Do not lock issues with these labels, value must be a comma separated list of labels or '' @@ -30,7 +30,6 @@ jobs: add-issue-labels: locked # Reason for locking an issue, value must be one of resolved, off-topic, too heated, spam or '' issue-lock-reason: resolved - # Number of days of inactivity before a closed pull request is locked pr-inactive-days: 365 # Do not lock pull requests created before a given timestamp, value must follow ISO 8601