From 3d662119c3ae8bc2a38934b6c4304435251e19ca Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Tue, 18 Apr 2023 11:07:33 +0000 Subject: [PATCH] Enable pull_from_upstream packit action --- .packit.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 5b794d0..960c324 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -10,14 +10,20 @@ upstream_package_name: man-pages downstream_package_name: man-pages jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-latest + - fedora-rawhide + - job: koji_build trigger: commit allowed_pr_authors: ["packit", "ljavorsk", "nforro"] allowed_committers: ["packit", "ljavorsk", "nforro"] dist_git_branches: - - fedora-all + - fedora-latest - job: bodhi_update trigger: commit dist_git_branches: - - fedora-branched # rawhide updates are created automatically + - fedora-latest # rawhide updates are created automatically