Skip to content

Allow daysBeforeStale options to be float #833

@sorodrigo

Description

@sorodrigo

The problem

Currently we parse the daysBeforeStale as integer here. It would be great if we could add non integer values to allow higher resolution comparisons: 0.5days, 1.5days etc.

The solution

The solution would be as simple as changing parseInt to parseFloat. And adjust the messaging in other parts of the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions