use YAML comment syntax for comment in code chunk (#469)
This commit is contained in:
parent
c2acfb4dd3
commit
1648064648
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue