Fix ISO format on start-date in README (#562)
This commit is contained in:
parent
31d06d7a0a
commit
dee9af8160
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue