From: David Lord Date: Fri, 13 Nov 2020 19:39:21 +0000 (-0800) Subject: add lock threads workflow X-Git-Tag: 3.0.0rc1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028a62d8528896929321420a8e1c2cfbac8a0a2f;p=thirdparty%2Fjinja.git add lock threads workflow --- diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml new file mode 100644 index 00000000..c00ebce3 --- /dev/null +++ b/.github/workflows/lock.yaml @@ -0,0 +1,15 @@ +name: 'Lock threads' + +on: + schedule: + - cron: '0/10 * * * *' + +jobs: + lock: + runs-on: ubuntu-latest + steps: + - uses: dessant/lock-threads@v2 + with: + github-token: ${{ github.token }} + issue-lock-inactive-days: 14 + pr-lock-inactive-days: 14