mirror of
https://github.com/actions/stale.git
synced 2025-12-10 03:57:04 +00:00
use YAML comment syntax for comment in code chunk (#469)
This commit is contained in:
@@ -550,7 +550,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v3
|
||||||
with:
|
with:
|
||||||
start-date: '2020-18-04T00:00:00Z' // ISO 8601 or RFC 2822
|
start-date: '2020-18-04T00:00:00Z' # ISO 8601 or RFC 2822
|
||||||
```
|
```
|
||||||
|
|
||||||
Avoid stale for specific milestones:
|
Avoid stale for specific milestones:
|
||||||
|
|||||||
Reference in New Issue
Block a user