From 4976186180288e50b4f258434d9353e55a6e1276 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Feb 05 2024 07:49:23 +0000 Subject: Add Packit configuration for automating release syncing --- diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..e880dee --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,22 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +upstream_project_url: https://github.com/easypost/syslog-rfc5424-formatter +actions: + changelog-entry: + - bash -c 'echo "- Rebase to ${PACKIT_PROJECT_VERSION}"' + - bash -c '[ -z "$PACKIT_RESOLVED_BUGS" ] || echo ${PACKIT_RESOLVED_BUGS} | tr + " " "\n" | sed "s/^/- Resolves /"' +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-rawhide