Skip to content

Commit

Permalink
Fixing some linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 10, 2023
1 parent e3d1875 commit 7657dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Close inactive issues
on:
'on':
schedule:
- cron: "52 16 * * 1" # semi-random time
- cron: "55 21 * * 1" # semi-random time

jobs:
close-issues:
Expand Down
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rules:
level: warning

ignore: |
.github/stale.yml
.github/workflows/stale.yml

0 comments on commit 7657dd9

Please sign in to comment.