From 78854b7cf9b213e9341bddf17267a202e40ee6f5 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Fri, 29 Sep 2023 13:02:17 +0200 Subject: [PATCH] Add note about downstream jobs for notifications.failure_comment.message Related to packit/packit-service#2199 --- docs/configuration/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 9c9eed2efa..3a25dfa252 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -432,6 +432,9 @@ jobs: message: "One of the tests failed for {commit_sha}, @admin, check the test failures on this PR." ``` +For jobs related to the release automation (`propose_downstream`, `pull_from_upstream`, `koji_build` and `bodhi_update`), +this message is used as an extension of the comment added by default by Packit. For these, the `commit_sha` is not provided. + #### issue_repository Use this key to be notified about errors of the downstream jobs (Koji build, Bodhi update, pull from upstream).