From 037a82e336d414c63b50240d37dac1b21daf9c30 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 27 Nov 2024 09:50:45 +0100 Subject: [PATCH] chore(.packit.yaml): allow committers to dist-git to trigger koji/bodhi When somebody runs `packit propose-downstream` from the CLI, the MRs to update the spec are made by the user itself and not `packit`. When we merge these MRs, koji and bodhi won't run automatically unless we set allowed_builders/allowed_pr_authors, which this patch does. Signed-off-by: Antonio Murdaca --- .packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index b9278be48..6472daeb0 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -81,12 +81,14 @@ jobs: - job: koji_build trigger: commit + allowed_pr_authors: [all_committers] dist_git_branches: - fedora-development - fedora-latest-stable - job: bodhi_update trigger: commit + allowed_builders: [all_committers] dist_git_branches: - fedora-development - fedora-latest-stable