Skip to content

Commit

Permalink
Update close_old_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kunjgit committed May 9, 2024
1 parent d465444 commit b38aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close_old_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
script: |
const oneWeekAgo = new Date();
oneWeekAgo.setDate(oneWeekAgo.getDate() - 7);
oneWeekAgo.setDate(oneWeekAgo.getDate() - 3);
let allIssues = [];
let page = 1;
Expand Down

0 comments on commit b38aa25

Please sign in to comment.