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

View File

@@ -624,7 +624,7 @@ jobs:
steps: steps:
- uses: actions/stale@v4 - uses: actions/stale@v4
with: 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: Avoid stale for specific milestones: