Skip to content

Conversation

@avivkeller
Copy link
Member

@avivkeller avivkeller commented Oct 23, 2025

Fixes #189
Fixes #196


This PR has the issue generator run once a day, a look a week into the future

@avivkeller avivkeller changed the title feat(calendar): use ical feat(duplicates): run more often, skip duplicate issues Oct 23, 2025
@avivkeller avivkeller marked this pull request as ready for review October 29, 2025 19:34
@avivkeller avivkeller requested review from Copilot and ovflowd October 29, 2025 19:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds functionality to check for existing GitHub issues before creating duplicates, along with scheduling adjustments and calendar logic improvements. The changes allow the tool to detect if a meeting issue already exists and prevent duplicate creation unless explicitly forced.

  • Added a --force flag to allow bypassing duplicate detection
  • Implemented findIssueByTitle function to search for existing GitHub issues
  • Updated scheduling from weekly Monday runs to daily execution
  • Refined calendar week bounds calculation and error messaging

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/types.d.ts Added force boolean field to CLI configuration interface
src/github.mjs Implemented new findIssueByTitle function to search for existing issues by title
src/calendar.mjs Simplified getWeekBounds logic and updated error message from "current week" to "next week"
create-node-meeting-artifacts.mjs Added duplicate detection logic using findIssueByTitle and new --force CLI option
.github/workflows/create-meeting-artifacts-scheduled.yml Changed cron schedule from weekly (Mondays at 10:00) to daily (midnight)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Meeting Created Too Soon Don't duplicate meeting generation

1 participant