summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-08-14 09:53:35 -0400
committerGitHub <noreply@github.com>2020-08-14 08:53:35 -0500
commit007d51fc816a2bc22f6f71664ec1dcb6a9655cf4 (patch)
tree6292f1844e041ff5541d5dcd7a23088485821aad
parent6c83004aff7d3c085337b2b687ea065c538ddf87 (diff)
downloadpy-bcrypt-git-007d51fc816a2bc22f6f71664ec1dcb6a9655cf4.tar.gz
lock old issues (#219)
-rw-r--r--.github/workflows/lock.yml14
1 files changed, 14 insertions, 0 deletions
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