Skip to content

Commit

Permalink
Lower lockbot timeframe and add comment.
Browse files Browse the repository at this point in the history
Resolves #849.
  • Loading branch information
jezdez authored Nov 16, 2023
1 parent f039e42 commit 8ebb0fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 30
# 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 ''
Expand All @@ -30,7 +30,15 @@ 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
# Comment to post before locking an issue
issue-comment: >
Hi there, thank you for your contribution to conda!

This issue has been automatically locked since it has not had recent activity after it was closed. Please open a new issue for related bugs.

If this was a feature request and you think it has merit, please open a new issue referencing and summarizing the previous discussion, along with the required action items.

Thank you!
# 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
Expand Down

0 comments on commit 8ebb0fc

Please sign in to comment.