Skip to content

Commit 61dc8a2

Browse files
Update unassign-stale-issues.yml
1 parent d9f2c1b commit 61dc8a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unassign-stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
github-token: ${{ secrets.PAT }}
1616
script: |
17-
const daysBeforeUnassign = 5;
17+
const daysBeforeUnassign = 7;
1818
const cutoffDate = new Date();
1919
cutoffDate.setDate(cutoffDate.getDate() - daysBeforeUnassign);
2020

0 commit comments

Comments
 (0)