public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Anusha Srivatsa <asrivats@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/shaderc] rawhide: packit: Use allowed_pr_authors instead of allowed_committers
Date: Thu, 18 Jun 2026 05:02:47 GMT [thread overview]
Message-ID: <178175896783.1.7297777368930435623.rpms-shaderc-a329a0be6f56@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-18 5:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178175896783.1.7297777368930435623.rpms-shaderc-a329a0be6f56@fedoraproject.org \
--to=asrivats@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox