Skip to content

Commit

Permalink
Lock closed issues/prs (#6419)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 23, 2024
1 parent d753397 commit 621b3a4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "Lock Threads"

on:
schedule:
- cron: "0 * * * *"
# - cron: "0 0 * * 2"
workflow_dispatch:

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: "100"
pr-inactive-days: "100"
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.
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.

0 comments on commit 621b3a4

Please sign in to comment.