Skip to content

Track unique clones and add dry run#17

Merged
krollins-mdb merged 2 commits intomainfrom
dry-run-unique-clones
Apr 9, 2026
Merged

Track unique clones and add dry run#17
krollins-mdb merged 2 commits intomainfrom
dry-run-unique-clones

Conversation

@krollins-mdb
Copy link
Copy Markdown
Collaborator

This PR adds tracking for uniqueClones for our GitHub metrics. I also added a dry run feature so that people can run the script locally for testing and not write the results to Atlas.

Copy link
Copy Markdown
Collaborator

@cbullinger cbullinger left a comment

Choose a reason for hiding this comment

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

LGTM! thanks vm for updating!

import { shouldRun, updateLastRun } from "./check-last-run.js";
import { sendSlackNotification } from "./send-slack-notification.js";

const dryRun = process.argv.includes("--dry-run");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

can we update the README with this info

@krollins-mdb krollins-mdb merged commit 2b9c611 into main Apr 9, 2026
1 check passed
@krollins-mdb krollins-mdb deleted the dry-run-unique-clones branch April 9, 2026 13:59
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.

2 participants