mirror of
https://github.com/actions/stale.git
synced 2025-12-10 12:07:09 +00:00
Fix ISO format on start-date in README (#562)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user