Laura Barcziová
Laura Barcziová
hi @ljavorsk ! I can definitely see that users could benefit from this, we have also similar issue #2195. We would ideally first like to do research (packit/packit-service#2299) on how...
Just a note, in #2134 there was also a suggestion from a user to take this info from the specfile: > upstream_project_url - dist-git takes that information from specfiles. I'm...
This might become irrelevant once packit/packit-service#2202 is implemented.
I like the suggestion of using `require`. But we should also take into consideration that as for the target branch, we already support for `trigger: pull_request` to have this configured...
hi! I [have commented](https://src.fedoraproject.org/rpms/python-pyvat/pull-request/2#comment-183150) in the PR, let me know if the proposed fix helped.
Agreed that this is very usual case of misconfiguration. As for 1., could you please elaborate how is it possible to get this information about v-prefix from there? The 2....
From the code it looks like the `admin` should be enough: https://pagure.io/pagure-dist-git/blob/master/f/pagure_distgit/plugin.py#_62
There is not a totally straightforward way how to tell whether Packit will sync the releases (that implies opening PRs and scratch builds running on that PR) - you can...
From the discussion on standup: we could generify this to be able to specify checks (e.g. list of commands) and redirect the output e.g. to the PR description. (At the...
This could be done as part of a CI. We should have a proper look into the design when working on packit/packit-service#2299