Laura Barcziová

Results 224 comments of Laura Barcziová

+1 for deprecating `build`. Regarding the `upstream_koji_build`, I like it more than `scratch_build`, it seems to me more consistent to have `koji_build` and `upstream_koji_build`. Or also `koji_scratch_build` would make sense,...

Since when you defined the command in action and not in `current_version_command`, it worked, I checked how do we run them: action: ```python run_command(cmd, return_output=True, env=env, print_live=True) ``` current_version_command: ```python...

I had a quick look into this and it looks like the `retry_backoff` [we set](https://github.com/packit/packit-service/blob/6d2dcab0db90194b83cb786457235ae1fb69ed84/packit_service/worker/tasks.py#L109) for the babysit task is not considered ([it looks](https://docs.celeryq.dev/en/stable/userguide/tasks.html#Task.retry_backoff) like this is applied only for...

Tested in staging [here](https://github.com/packit/ogr/pull/727/checks), this should be in prod next Tuesday.

@lachmanfrantisek the linked issue is about an action for configuring commit messages, the action for configuring changelog-entries is already in place (or am I missing something about the connection with...

We might also want to add a warning about changed behaviour to the PR descriptions and Packit dist-git comments as we did when we changed the default place for loading...

#2243 should be resolved with (or before) this so that users can mimic the `git-log` behaviour via `changelog-entry` action.