diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml new file mode 100644 index 00000000..bd0fa095 --- /dev/null +++ b/.github/workflows/lock-threads.yml @@ -0,0 +1,20 @@ +name: 'Lock Threads' + +on: + schedule: + - cron: '0 * * * *' + +permissions: + issues: write + +concurrency: + group: lock + +jobs: + action: + runs-on: ubuntu-latest + steps: + - uses: dessant/lock-threads@v3 + with: + issue-inactive-days: '14' + process-only: 'issues'