Fix ISO format on start-date in README (#562)

This commit is contained in:
JamieDanielson 2021-09-17 14:23:49 -04:00 committed by GitHub
parent 31d06d7a0a
commit dee9af8160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: