Week 43 (October 22nd – October 28th)
We have added support for retriggering jobs that are configured for
commitandreleasetrigger. Retriggering can be done via commit comments on the relevant commit, using the usual comments, such as/packit buildor/packit test, but the branch or tag need to be specified like this (without the arguments, we will default tocommittrigger for the default branch of the repository):/packit build --commit <branch-name>or
/packit build --release <tag-name>There is a new method for getting a single commit comment, supporting also retrieval and adding reactions in GitHub. (ogr#865)
We have improved the feedback for the Open Scan Hub job. You can now see if the scan is in a
pending,running,canceled,failed, orsuccessfulstate. Afailedorcanceledscan is shown as neutral and does not cause your pull request validation to fail. (packit-service#2543)
