Configure Packit for release automation
This commit is contained in:
parent
6a7aca5e10
commit
a04112c2b7
1 changed files with 20 additions and 0 deletions
20
.packit.yaml
Normal file
20
.packit.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
---
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers:
|
||||
- all_admins
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
Loading…
Add table
Add a link
Reference in a new issue