Week 32 (August 8th – August 14th)
- Two new configuration options for filtering when getting latest upstream release tag were introduced:
upstream_tag_include
and upstream_tag_exclude
. They should contain a Python regex that can be used as an argument in re.match
. (packit#2030, packit-service#2138) - Retriggering of
pull-from-upstream
via a comment will now use the correct configuration file from the default dist-git branch. (packit-service#2140) - The
pull-from-upstream
job can now be used with upstream repos that are not hosted on a supported git forge. (packit-service#2137)