Files
monica/.github/workflows/lock.yml
T
dependabot[bot] 42ebcd76a3 chore(deps): bump dessant/lock-threads from 4 to 5 (#7035)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 19:39:48 +01:00

25 lines
765 B
YAML

name: Lock Threads
# See https://github.com/dessant/lock-threads
on:
schedule:
- cron: '0 0 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
exclude-any-issue-labels: retained
issue-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 bugs.
exclude-any-pr-labels: wip
pr-comment: |
This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.