Skip to content

Commit

Permalink
Let GitAuto work every business day at 0:00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshinishio committed Jul 6, 2024
1 parent d8f6e83 commit 05f74a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ def schedule_handler(_event, _context) -> dict[str, int]:
)
logging.info("Issue: %s", issue)

# This is testing purpose.
if owner not in ["gitautoai", "hiroshinishio"]:
continue

# Continue to the next set of owners and repositories if there is no open issue.
if issue is None:
continue
Expand Down

0 comments on commit 05f74a1

Please sign in to comment.