diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 000000000..bfd35bb4a --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,21 @@ +name: 'Lock Threads' + +on: + schedule: + - cron: '0 0 1 * *' + workflow_dispatch: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: lock + +jobs: + action: + runs-on: ubuntu-latest + steps: + - uses: dessant/lock-threads@v4 + with: + issue-inactive-days: '180' \ No newline at end of file