intuit / intuit/auto

Have auto ignore commits older than a certain commit

Open
#2,364 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
2.5k
Forks
221
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

When using auto to automatically publish packages from Git repositories, it can be time-consuming and unnecessary for auto to iterate through the entire commit history, especially for repositories with a long history. This can result in performance issues and delays in publishing.

**Describe the solution you'd like**

I would like to see the addition of one of the two features to address this problem:

1-) The ability to set a specific commit as the starting point for auto. This would allow users to specify a commit where they know the package is already up-to-date, so that auto does not need to traverse the entire commit history.

2-) The ability to limit the total number of commits that auto should navigate. For example, users could set a limit of 100 commits from the latest commit, so that auto only needs to examine the most recent 100 commits. This would help to improve performance and reduce unnecessary iterations over the Git history.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.