public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/shaderc] rawhide: packit: Use allowed_pr_authors instead of allowed_committers
@ 2026-06-18  5:02 Anusha Srivatsa
  0 siblings, 0 replies; only message in thread
From: Anusha Srivatsa @ 2026-06-18  5:02 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/shaderc
            Branch : rawhide
            Commit : a329a0be6f5666dfc7049fa2078340fd09fdaaf3
            Author : Anusha Srivatsa <asrivats@redhat.com>
            Date   : 2026-06-11T15:45:08-05:00
            Stats  : +10/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/shaderc/c/a329a0be6f5666dfc7049fa2078340fd09fdaaf3?branch=rawhide

            Log:
            packit: Use allowed_pr_authors instead of allowed_committers

allowed_committers is meant for direct pushed. Switch to
allowed_pr_authors so when a PR from fork gets submitted
the author of the commit is checked and then the build is
triggered.

v2: Add packit configuration for bodhi updates to kick
in once the last package is built.

Signed-off-by: Anusha Srivatsa <asrivats@redhat.com>

---
diff --git a/.packit.yaml b/.packit.yaml
index b06c0a2..1ce0fb0 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -5,8 +5,18 @@ jobs:
   - job: koji_build
     trigger: commit | koji_build
     allowed_committers: [all_committers]
+    allowed_pr_authors: ['asrivats','jexposit']
     dist_git_branches:
       - fedora-all
     sidetag_group: vulkan-sdk-releases
     dependencies:
       - glslang
+
+  - job: bodhi_update
+    trigger: koji_build
+    dist_git_branches:
+      - fedora-all
+    sidetag_group: vulkan-sdk-releases
+    dependencies:
+      - vulkan-validation-layers
+      - vulkan-tools

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-18  5:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18  5:02 [rpms/shaderc] rawhide: packit: Use allowed_pr_authors instead of allowed_committers Anusha Srivatsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox