koji_hub: enable trigger_new_repo for sidetags

This will cause new sidetags to do a newrepo on creation instead of
waiting for a request for them. It's not strictly needed, but it allows
older workflows that use wait-repo to continue to work.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-11 10:35:50 -07:00
parent f842d785d8
commit 2195560ccb

View file

@ -1,3 +1,5 @@
[sidetag]
# automatically remove sidetag on untagging last package
remove_empty = on
# do newrepo on sidetag creation
trigger_new_repo = True