jenkinsci / scm-filter-aged-refs-plugin

Additional filtering traits for SCM Jenkins plugins
MIT License
4 stars 14 forks source link

Use correct "latest commit date" for GitHub PRs #46

Closed TobiX closed 1 week ago

TobiX commented 1 week ago

This should fix a bug introduced with #43 (therefore only present in version 55.v9d01cee685e4 where we assume the age of PRs is older then they actually are.

(This still might have a problem with PRs with more then 250 commits, but I don't know how to fix that without reintroducing #35...)

Testing done

Some local manual tests.

Submitter checklist