Skip to content

Commit

Permalink
use YAML comment syntax for comment in code chunk (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks committed Jun 2, 2021
1 parent c2acfb4 commit 1648064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ jobs:
steps:
- uses: actions/stale@v3
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:
Expand Down

0 comments on commit 1648064

Please sign in to comment.