Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/commixproject/commix
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Sep 2, 2024
2 parents 0d291ee + ff50a96 commit 750b39e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/lockbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'LockBot'

on:
schedule:
- cron: '0 1 * * *'
- cron: '0 0 * * *'

permissions:
issues: write
Expand All @@ -13,5 +13,15 @@ jobs:
steps:
- uses: dessant/lock-threads@v2
with:
issue-lock-inactive-days: '90'
issue-lock-comment: 'This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues.'
issue-lock-inactive-days: '30'
issue-lock-comment: >
This issue has been automatically locked due to inactivity.<br>
Please file a new issue if you are encountering a similar or related problem.<br><br>
<sub>_This action has been performed automatically by a bot._</sub>
issue-lock-reason: ''
pr-lock-inactive-days: 30
pr-lock-comment: >
This PR has been automatically locked due to inactivity.<br>
Please file a new issue if you are encountering a similar or related problem.<br><br>
<sub>_This action has been performed automatically by a bot._</sub>
pr-lock-reason: ''

0 comments on commit 750b39e

Please sign in to comment.