mirror of
https://github.com/actions/stale.git
synced 2025-12-24 18:48:44 +08:00
* Fixed should be stale condition When different stale period is used for issues and pull requests, this code uses wrong one. This was probably missed in https://github.com/actions/stale/pull/224 Fixes #299 * Add tests for #299 Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com>