File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ daysUntilStale : 14
2
+ daysUntilClose : 7
3
+ exemptLabels :
4
+ - pinned
5
+ - security
6
+ # Label to use when marking an issue as stale
7
+ staleLabel : lifecycle/stale
8
+ # Comment to post when marking an issue as stale. Set to `false` to disable
9
+ markComment : >
10
+ This issue has been automatically marked as stale because it has not had
11
+ recent activity. It will be closed after 1 week if no further activity occurs. Thank you
12
+ for your contributions.
13
+ # Comment to post when closing a stale issue. Set to `false` to disable
14
+ closeComment : false
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ echo $faker->dateTimeThisMonth();
182
182
183
183
echo $faker->dateTimeThisMonth('+12 days');
184
184
185
- // a date somewhere in this year , with an upper bound of +12 days
185
+ // a date somewhere in this month , with an upper bound of +12 days
186
186
```
187
187
188
188
## ` amPm `
You can’t perform that action at this time.
0 commit comments