Skip to content

Commit dc0390c

Browse files
chore(cleanup-branches): modify default max-date to match GitHub's definition of stale (#1428)
1 parent 23852e0 commit dc0390c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/cleanup-branches/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
default: ${{ github.token }}
1111
description: "GitHub token used to authenticate with `gh`. Requires permission to query for protected branches and delete branches (contents: write) and pull requests (pull_requests: read)"
1212
max-date:
13-
default: "1 month ago"
13+
default: "3 months ago"
1414
description: |
1515
Value provided to `date -d={}. From `man date`: "The --date=STRING is a mostly free format human readable date string such as "Sun, 29 Feb 2004 16:21:42 -0800" or "2004-02-29 16:21:42" or even "next Thursday". A date string may
1616
contain items indicating calendar date, time of day, time zone, day of week, relative time, relative date, and numbers. An empty string indicates the beginning of the day. The

0 commit comments

Comments
 (0)