Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Commit 7590e02

Browse files
committed
Bump dessant/lock-threads from 2 to 3
replaces #3
1 parent c8ac2b5 commit 7590e02

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/maintainance.yml

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

.github/workflows/maintenance.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Repository Maintenance'
2+
3+
on:
4+
schedule:
5+
- cron: '47 3 * * 6'
6+
7+
jobs:
8+
lock:
9+
runs-on: ubuntu-latest
10+
name: 'Lock stale issues and PRs'
11+
steps:
12+
- uses: dessant/lock-threads@v3
13+
with:
14+
github-token: ${{ github.token }}
15+
issue-inactive-days: '90'
16+
exclude-any-issue-labels: 'help wanted'
17+
pr-inactive-days: '60'

0 commit comments

Comments
 (0)