commit | aa677147842bc766cf7aa51e62ffef39f6f7af82 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Aug 14 09:46:55 2020 -0400 |
committer | GitHub <noreply@github.com> | Fri Aug 14 08:46:55 2020 -0500 |
tree | 74736748e03fa0fff59867da7a7b52096ae7685b | |
parent | e4f7ba2b06d55f5945d4ddb0138c6d29e00be219 [diff] |
lock old issues (#937)
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml new file mode 100644 index 0000000..7356bd4 --- /dev/null +++ b/.github/workflows/lock.yml
@@ -0,0 +1,14 @@ +name: Lock Issues +on: + schedule: + - cron: '0 0 * * *' + +jobs: + lock: + runs-on: ubuntu-latest + steps: + - uses: dessant/lock-threads@v2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-lock-inactive-days: 90 + pr-lock-inactive-days: 90