diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..b1e49e8 --- /dev/null +++ b/.github/workflows/workflow.yml @@ -0,0 +1,16 @@ +name: Lock Threads + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + lock: + runs-on: ubuntu-latest + steps: + - name: Lock Threads + uses: dessant/lock-threads@v4 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-lock-inactive-days: '30' + pr-lock-inactive-days: '30'