Skip to content

๐Ÿ”’ Lock closed issues and PRs #608

๐Ÿ”’ Lock closed issues and PRs

๐Ÿ”’ Lock closed issues and PRs #608

Workflow file for this run

---
name: ๐Ÿ”’ Lock closed issues and PRs
on:
schedule:
- cron: "30 2 * * *"
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
lock:
name: ๐Ÿ” Lock closed issues and PRs
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: "30"
issue-lock-reason: ""
issue-comment: >
Issue closed and locked due to lack of activity.
If you encounter this same issue, please open a new issue and refer
to this closed one.
pr-inactive-days: "7"
pr-lock-reason: ""
pr-comment: >
Pull Request closed and locked due to lack of activity.
If you'd like to build on this closed PR, you can clone it using
this method: https://stackoverflow.com/a/14969986
Then open a new PR, referencing this closed PR in your message.