Skip to content

Commit 7657dd9

Browse files
committed
Fixing some linting.
1 parent e3d1875 commit 7657dd9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/stale.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
---
12
name: Close inactive issues
2-
on:
3+
'on':
34
schedule:
4-
- cron: "52 16 * * 1" # semi-random time
5+
- cron: "55 21 * * 1" # semi-random time
56

67
jobs:
78
close-issues:

.yamllint

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ rules:
77
level: warning
88

99
ignore: |
10-
.github/stale.yml
10+
.github/workflows/stale.yml

0 commit comments

Comments
 (0)