Skip to content

Commit f9e3ba4

Browse files
committed
Update locking workflow
The old workflow seems to not be working anymore. This repo looks like the natural successor. I upped the time for locking to 90 days since ipywidgets has a slower cadence than many other Jupyter projects.
1 parent fba787f commit f9e3ba4

File tree

2 files changed

+17
-40
lines changed

2 files changed

+17
-40
lines changed

.github/lock.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/lock.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Lock Closed Threads'
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
jobs:
8+
lock:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: dessant/lock-threads@v2
12+
with:
13+
github-token: ${{ github.token }}
14+
issue-lock-inactive-days: '90'
15+
issue-lock-labels: 'resolved-locked'
16+
pr-lock-inactive-days: '90'
17+
pr-lock-labels: 'resolved-locked'

0 commit comments

Comments
 (0)