diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml new file mode 100644 index 0000000..8ad914e --- /dev/null +++ b/.github/workflows/lock.yml @@ -0,0 +1,13 @@ +name: Lock Issues and PRs +on: + schedule: + - cron: '0 * * * *' +jobs: + lock: + runs-on: ubuntu-latest + steps: + - uses: dessant/lock-threads@v2 + with: + github-token: ${{ github.token }} + issue-lock-inactive-days: '30' + pr-lock-inactive-days: '30'