Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 33bca39

Browse files
author
Mashiro
authored
Update repository files (#53)
1 parent 2baa3ac commit 33bca39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Stale
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: 0 11 * 1-2,11-12 1
56
- cron: 0 10 * 3-10 1
7+
issues:
8+
types: [closed]
9+
pull_request:
10+
types: [closed]
611

712
jobs:
813
stale:

0 commit comments

Comments
 (0)