stale/src/functions
Geoffrey Testelin f698371c0d
Add a start date option to ignore old issues and PRs (#269)
* docs(readme): add a small precision about the operations-per-run

closes #230

* chore(lint): ignore the lib folder for prettier

* chore(date): add a function to check if a date is valid

* chore(date): add a function to get a humanized date

* chore(date): add a function to check if the date is more recent than

* feat(date): add a start date to ignore old issues and PRs

closes #174

* docs(readme): change the date to match the description

* chore(date): add a better type for the date

* docs(date): add missing JSDoc about the return type

* chore(rebase): fix issues due to rebase

* docs(readme): fix table formatting issues
2021-01-17 20:22:36 -05:00
..
dates Add a start date option to ignore old issues and PRs (#269) 2021-01-17 20:22:36 -05:00
get-issue-type.spec.ts feat(stale-and-close): add new options to change the days before close (#224) 2021-01-16 08:28:29 -05:00
get-issue-type.ts Add a start date option to ignore old issues and PRs (#269) 2021-01-17 20:22:36 -05:00
is-labeled.spec.ts fix(label): allow to use spaces inside the labels (#199) 2020-11-20 06:48:33 -05:00
is-labeled.ts Add a start date option to ignore old issues and PRs (#269) 2021-01-17 20:22:36 -05:00
is-pull-request.spec.ts feat(stale-and-close): add new options to change the days before close (#224) 2021-01-16 08:28:29 -05:00
is-pull-request.ts feat(stale-and-close): add new options to change the days before close (#224) 2021-01-16 08:28:29 -05:00
labels-to-list.spec.ts fix(label): allow to use spaces inside the labels (#199) 2020-11-20 06:48:33 -05:00
labels-to-list.ts fix(label): allow to use spaces inside the labels (#199) 2020-11-20 06:48:33 -05:00
should-mark-when-stale.spec.ts feat(stale-and-close): add new options to change the days before close (#224) 2021-01-16 08:28:29 -05:00
should-mark-when-stale.ts feat(stale-and-close): add new options to change the days before close (#224) 2021-01-16 08:28:29 -05:00