From d8b3a17ff26bef10a1aab48ce6b4eb853d181d6c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 21 Sep 2023 13:49:23 -0400 Subject: [PATCH] Packit: tag @lsm5 on copr build failures This change will auto-tag @lsm5 in a github comment on every copr build failure. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 0806946a..ad799d97 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -15,8 +15,10 @@ srpm_build_deps: jobs: - job: copr_build trigger: pull_request + notifications: + failure_comment: + message: "Ephemeral COPR build failed. @lsm5 please check." enable_net: true - # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next targets: - fedora-all-x86_64 - fedora-all-aarch64 @@ -32,6 +34,9 @@ jobs: # Run on commit to main branch - job: copr_build trigger: commit + notifications: + failure_comment: + message: "podman-next COPR build failed. @lsm5 please check." branch: main owner: rhcontainerbot project: podman-next