Skip to content

Commit

Permalink
chore: migrate lock threads to github actions (#11163)
Browse files Browse the repository at this point in the history
Co-Authored-By: Armin Sebastian <hi@armin.dev>

Co-authored-by: Armin Sebastian <github@armin.dev>
  • Loading branch information
JLHwung and dessant committed Feb 22, 2020
1 parent 2ce7008 commit eaff9f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/lock.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/lock.yml
@@ -0,0 +1,17 @@
name: Lock Threads

on:
schedule:
- cron: '0 4 * * *'

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '91'
issue-lock-labels: 'outdated'
pr-lock-inactive-days: '91'
pr-lock-labels: 'outdated'

0 comments on commit eaff9f8

Please sign in to comment.