Skip to content

Commit

Permalink
chore: update packages (#71)
Browse files Browse the repository at this point in the history
* update packages
* add lock bot
  • Loading branch information
DaveSkender authored Jan 23, 2021
1 parent c2cf039 commit 50caed7
Show file tree
Hide file tree
Showing 4 changed files with 2,868 additions and 1,173 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "Lock Threads"
# https://github.com/marketplace/actions/lock-threads

on:
schedule:
- cron: "0 0 * * *"

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
process-only: ""

issue-lock-reason: "resolved"
issue-lock-inactive-days: "90"
issue-lock-comment: >
This Issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new Issue for related bugs.
issue-lock-labels: ""
issue-exclude-created-before: ""
issue-exclude-labels: ""

pr-lock-reason: "resolved"
pr-lock-inactive-days: "30"
pr-lock-comment: >
This Pull Request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new Issue for related bugs.
pr-lock-labels: ""
pr-exclude-created-before: ""
pr-exclude-labels: ""
Loading

0 comments on commit 50caed7

Please sign in to comment.