Skip to content

Commit c1d066b

Browse files
authored
format
1 parent 363867d commit c1d066b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
name: Mark stale issues and pull requests
2-
1+
name: stale
32
on:
43
schedule:
5-
- cron: "* * * * *"
6-
4+
- cron: '* * * * *'
75
jobs:
86
stale:
9-
107
runs-on: ubuntu-latest
11-
128
steps:
139
- uses: actions/stale@v3
1410
with:

0 commit comments

Comments
 (0)