stale/__tests__
David Allison 02e44c81cc
fix(options)!: Make `not_planned` the default `close-issue-reason` (#807)
* docs: add source for default testing options

* fix(options)!: Default to 'Close as not planned'

GitHub introduced an additional close reason 'Close as not planned':
https://github.blog/changelog/2022-05-19-the-new-github-issues-may-19th-update/

'stale' is a use case for this close reason

Fixes #789

BREAKING CHANGE:
`close-issue-reason` defaults to `not_planned` (previously: ``
which defaulted to `completed`)
This closes the issue as 'not planned' on GitHub rather than 'completed'

See: https://github.blog/changelog/2022-05-19-the-new-github-issues-may-19th-update
2022-09-20 14:01:22 -04:00
..
classes Fix per issue operation count (#662) 2022-02-04 09:54:35 -05:00
constants fix(options)!: Make `not_planned` the default `close-issue-reason` (#807) 2022-09-20 14:01:22 -04:00
functions feat(options): add new option ignore-updates to stale even with activity (#540) 2021-09-17 09:54:38 -04:00
any-of-labels.spec.ts Update @actions/github to 5.0.1 (#707) 2022-03-31 15:38:16 -04:00
assignees.spec.ts Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options" 2021-10-20 09:25:24 -04:00
exempt-draft-pr.spec.ts Update @actions/github to 5.0.1 (#707) 2022-03-31 15:38:16 -04:00
main.spec.ts Issue 596/include only assigned (#817) 2022-09-12 13:20:57 +02:00
milestones.spec.ts Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options" 2021-10-20 09:25:24 -04:00
only-labels.spec.ts Update @actions/github to 5.0.1 (#707) 2022-03-31 15:38:16 -04:00
operations-per-run.spec.ts feat(options): add new option ignore-updates to stale even with activity (#540) 2021-09-17 09:54:38 -04:00
remove-stale-when-updated.spec.ts Update @actions/github to 5.0.1 (#707) 2022-03-31 15:38:16 -04:00
updates-reset-stale.spec.ts Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options" 2021-10-20 09:25:24 -04:00