Skip to content

Commit

Permalink
fix: update exclude-created-before to 2020-10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 6, 2021
1 parent 885a421 commit 6c5abfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
github-token: ${{ github.token }}
issue-lock-inactive-days: 14
pr-lock-inactive-days: 14
issue-exclude-created-before: '2019-10-01T00:00:00Z'
pr-exclude-created-before: '2019-10-01T00:00:00Z'
issue-exclude-created-before: '2020-10-01T00:00:00Z'
pr-exclude-created-before: '2020-10-01T00:00:00Z'
issue-lock-comment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a
Expand Down

0 comments on commit 6c5abfb

Please sign in to comment.