We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6ad97 commit d1e70c2Copy full SHA for d1e70c2
src/Command/PingStaleIssuesCommand.php
@@ -22,7 +22,7 @@
22
*/
23
class PingStaleIssuesCommand extends Command
24
{
25
- public const STALE_IF_NOT_UPDATED_SINCE = '-12months';
+ public const STALE_IF_NOT_UPDATED_SINCE = '-3months';
26
public const MESSAGE_TWO_AFTER = '+2weeks';
27
public const MESSAGE_THREE_AND_CLOSE_AFTER = '+2weeks';
28
0 commit comments