From f6da42c9c8403e6380379ae8e8ba07c3de383acd Mon Sep 17 00:00:00 2001 From: kapr200 Date: Fri, 4 Oct 2024 12:57:01 +0200 Subject: [PATCH] Update comment for retriggering pull_from_upstream Related to packit/packit-service#2560 --- docs/configuration/downstream/pull_from_upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/downstream/pull_from_upstream.md b/docs/configuration/downstream/pull_from_upstream.md index fe928c5cf6..792e18b74b 100644 --- a/docs/configuration/downstream/pull_from_upstream.md +++ b/docs/configuration/downstream/pull_from_upstream.md @@ -109,7 +109,7 @@ To use the configuration file from the dist-git pull request you are commenting Release Monitoring (by default adds `Resolves` to changelog/commit and exposes `PACKIT_RESOLVED_BUGS` to the `changelog-entry` and `commit-message` actions). If you want to override the referenced resolved bug set by Packit, you can retrigger `pull_from_upstream` like this: - /packit pull-from-upstream --resolved-bugs rhbz#123,rhbz#124 + /packit pull-from-upstream --resolve-bug rhbz#123,rhbz#124 ## Example