Skip to content

Commit 82762ea

Browse files
chore: sync files (#580)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
1 parent b1fc268 commit 82762ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/stale.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Modified from https://github.com/probot/stale#usage
2+
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: false
5+
6+
# Label to use when marking an issue as stale
7+
staleLabel: stale

.pre-commit-config-optional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/tcort/markdown-link-check
3-
rev: v3.9.3
3+
rev: v3.10.0
44
hooks:
55
- id: markdown-link-check
66
args: [--config=.markdown-link-check.json]

0 commit comments

Comments
 (0)