Skip to content

Commit

Permalink
chore: remove exclude-created-before from lock config (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 15, 2021
1 parent bf3d8c8 commit 311f55b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
github-token: ${{ github.token }}
issue-lock-inactive-days: 14
pr-lock-inactive-days: 14
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 All @@ -29,4 +27,4 @@ jobs:
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a
[new issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose)
for related bugs and link to relevant comments in this thread.
for related bugs and link to relevant comments in this thread.

0 comments on commit 311f55b

Please sign in to comment.