Skip to content

Commit

Permalink
Fix ISO format on start-date in README (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson committed Sep 17, 2021
1 parent 31d06d7 commit dee9af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ jobs:
steps:
- uses: actions/stale@v4
with:
start-date: '2020-18-04T00:00:00Z' # ISO 8601 or RFC 2822
start-date: '2020-04-18T00:00:00Z' # ISO 8601 or RFC 2822
```

Avoid stale for specific milestones:
Expand Down

0 comments on commit dee9af8

Please sign in to comment.