Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/retriggering.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ to trigger the Packit job manually.

![Re-run GitHub check](img/retriggering/comment.png)

In case your project is a monorepository containing multiple packages, it is possible to specify which package to run jobs for. Use the `--package` argument for this purpose. Using this argument is useful for saving resources when you don't need to retrigger jobs for all packages. Use it as follows:

/packit <job-you-want-to-trigger> --package <package-to-run-jobs-for>

Do not use the `--package` argument in a project that is not a monorepository.

### copr_build
For retriggering the [`copr_build`](/docs/configuration/upstream/copr_build) jobs, Packit is able to trigger new builds based on a pull request comment:

Expand Down