oh-my-posh/.github/workflows/lock.yml
dependabot[bot] 2b377b18c2 chore(deps): bump dessant/lock-threads from 4.0.1 to 5.0.0
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md)
- [Commits](be8aa5be94...d42e5f4980)

---
updated-dependencies:
- dependency-name: dessant/lock-threads
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 01:01:33 +00:00

30 lines
895 B
YAML

name: 'Lock Threads'
on:
schedule:
- cron: '0 0 * * 1'
permissions:
issues: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@d42e5f49803f3c4e14ffee0378e31481265dda22
with:
issue-inactive-days: '182'
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity (i.e. last half year) after it was closed.
It helps our maintainers focus on the active issues.
If you have found a problem that seems similar, please open a
[discussion](https://github.com/JanDeDobbeleer/oh-my-posh/discussions/new?category=troubleshoot)
first, complete the body with all the details necessary to reproduce,
and mention this issue as reference.
process-only: 'issues'