Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit 479c394

Browse files
authored
Merge branch 'capawesome-team:main' into main
2 parents e31b1e2 + 45dcd92 commit 479c394

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/lock.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Lock old issues and pull requests that are closed
2+
3+
on:
4+
schedule:
5+
- cron: '0 3 * * *'
6+
workflow_dispatch:
7+
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
12+
concurrency:
13+
group: lock
14+
15+
jobs:
16+
action:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: dessant/lock-threads@v3
20+
with:
21+
issue-inactive-days: '56'

0 commit comments

Comments
 (0)