Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniformize checks based on time? #381

Open
laurentsimon opened this issue Apr 30, 2021 · 0 comments
Open

Uniformize checks based on time? #381

laurentsimon opened this issue Apr 30, 2021 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@laurentsimon
Copy link
Contributor

laurentsimon commented Apr 30, 2021

We currently:

  1. signed tags checks for the last 5 tags
  2. signed releases checks for the last 5 releases
  3. Pull request checks for the first page of commits (~30 last commits?)
  4. etc

Maybe we could uniformize them by using a common time window instead. For example we could use the last n months (user-provided option) and set it to, say, 6 months by default.

There are limitations to doing this: in some cases we may find no commits, no releases, etc in the time period.
A more general way could be to have options for users to say 'over the last n releases', 'over the last n months' for a small set of things that would make sense for developers.

This is just an idea. Comments welcome!

@laurentsimon laurentsimon added the kind/enhancement New feature or request label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant