diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..d1d3f9c --- /dev/null +++ b/packit.yaml @@ -0,0 +1,20 @@ +upstream_project_url: https://github.com/marshmallow-code/marshmallow/ +issue_repository: https://github.com/IBM/python-sdk-core +copy_upstream_release_description: false + +jobs: +- job: pull_from_upstream + trigger: release + dist_git_branches: + - rawhide + +- job: koji_build + trigger: commit + allowed_committers: ['packit'] + dist_git_branches: + - fedora-all + +- job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-all